#3A741B

Color #3A741B Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #3A741B

Tints of Bilbao #3A741B

Color information

#3A741B (or 0x3A741B) is unknown color: approx Bilbao. HEX triplet: 3A, 74 and 1B. RGB value is (58,116,27). Sum of RGB (Red+Green+Blue) = 58+116+27=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #3A741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A741B is #C58BE4. Grayscale: #585858. Windows color (decimal): -12946405 or 1799226. OLE color: 1799226.

HSL color Cylindrical-coordinate representation of color #3A741B: hue angle of 99.1º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A741B is Cyan = 0.5, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB5811627-
CMYK0.500.770.55
HSL99.1º62.24%28.04%-
HSV(B)99.1º76.72%45.49%-
XYZ8.1913.473.21-
YUV88.5193.28106.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 28.86%
GREEN value IS 116 (45.70% from 255) = 57.71%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=28.86%
G=57.71%
B=13.43%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58116270.500.770.5599.162.2428.04
Hex3A741B3204D37633e1c
Octal7216433620115671437634
Binary11101011101001101111001001001101110111110001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A741B; }

 p { color: rgb(58,116,27); }

 H1.HeaderClassName
 {
   color: #3A741B;
 }
 .AnyTagClassName
 {
   color: #3A741B;
 }
</style>
background-color css

<style>
 a { background-color: #3A741B; }

 a { background-color: rgb(58,116,27); }

 div.DivClassName
 {
   background-color: #3A741B;
 }
 .BgClassName
 {
   background-color: #3A741B;
 }
</style>
border-color css

<style>
 span { border-color: #3A741B; }

 span { border-color: rgb(58,116,27); }

 td.TdClassName
 {
   border-color: #3A741B;
 }
 .TagClassName
 {
   border-color: #3A741B;
 }
</style>