#3E7006

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

Shades of Bilbao #3E7006

Tints of Bilbao #3E7006

Color information

#3E7006 (or 0x3E7006) is unknown color: approx Bilbao. HEX triplet: 3E, 70 and 06. RGB value is (62,112,6). Sum of RGB (Red+Green+Blue) = 62+112+6=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #3E7006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7006 is #C18FF9. Grayscale: #555555. Windows color (decimal): -12685306 or 421950. OLE color: 421950.

HSL color Cylindrical-coordinate representation of color #3E7006: hue angle of 88.3º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E7006 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB621126-
CMYK0.4500.950.56
HSL88.3º89.83%23.14%-
HSV(B)88.3º94.64%43.92%-
XYZ7.8112.632.2-
YUV84.9783.44111.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.44%
GREEN value IS 112 (44.14% from 255) = 62.22%
BLUE value IS 6 (2.73% from 255) = 3.33%
R=34.44%
G=62.22%
B=3.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6211260.4500.950.5688.389.8323.14
Hex3E7062D05F38585a17
Octal7616065501377013013227
Binary1111101110000110101101010111111110001011000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,112,6); }

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

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

 a { background-color: rgb(62,112,6); }

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

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

 span { border-color: rgb(62,112,6); }

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