#3E7406

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

Shades of Bilbao #3E7406

Tints of Bilbao #3E7406

Color information

#3E7406 (or 0x3E7406) is unknown color: approx Bilbao. HEX triplet: 3E, 74 and 06. RGB value is (62,116,6). Sum of RGB (Red+Green+Blue) = 62+116+6=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #3E7406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7406 is #C18BF9. Grayscale: #575757. Windows color (decimal): -12684282 or 422974. OLE color: 422974.

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

Color convert

RGB621166-
CMYK0.4700.950.55
HSL89.45º90.16%23.92%-
HSV(B)89.45º94.83%45.49%-
XYZ8.2613.532.35-
YUV87.3182.11109.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.70%
GREEN value IS 116 (45.70% from 255) = 63.04%
BLUE value IS 6 (2.73% from 255) = 3.26%
R=33.70%
G=63.04%
B=3.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6211660.4700.950.5589.4590.1623.92
Hex3E7462F05F37595a18
Octal7616465701376713113230
Binary1111101110100110101111010111111101111011001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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