#3a6b11

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

Shades of Bilbao #3A6B11

Tints of Bilbao #3A6B11

Color information

#3A6B11 (or 0x3A6B11) is unknown color: approx Bilbao. HEX triplet: 3A, 6B and 11. RGB value is (58,107,17). Sum of RGB (Red+Green+Blue) = 58+107+17=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6B11 is #C594EE. Grayscale: #525252. Windows color (decimal): -12948719 or 1141562. OLE color: 1141562.

HSL color Cylindrical-coordinate representation of color #3A6B11: hue angle of 92.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A6B11 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB5810717-
CMYK0.4600.840.58
HSL92.67º72.58%24.31%-
HSV(B)92.67º84.11%41.96%-
XYZ7.111.462.37-
YUV82.0991.27110.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.87%
GREEN value IS 107 (42.19% from 255) = 58.79%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=31.87%
G=58.79%
B=9.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58107170.4600.840.5892.6772.5824.31
Hex3A6B112E0543A5d4918
Octal72153215601247213511130
Binary111010110101110001101110010101001110101011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a6b11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,107,17); }

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

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

 a { background-color: rgb(58,107,17); }

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

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

 span { border-color: rgb(58,107,17); }

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