#3E6E12

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

Shades of Bilbao #3E6E12

Tints of Bilbao #3E6E12

Color information

#3E6E12 (or 0x3E6E12) is unknown color: approx Bilbao. HEX triplet: 3E, 6E and 12. RGB value is (62,110,18). Sum of RGB (Red+Green+Blue) = 62+110+18=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 110 (43.36% from 255 or 57.89% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 110 - color contains mainly: green. Hex color #3E6E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6E12 is #C191ED. Grayscale: #555555. Windows color (decimal): -12685806 or 1207870. OLE color: 1207870.

HSL color Cylindrical-coordinate representation of color #3E6E12: hue angle of 91.3º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E6E12 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB6211018-
CMYK0.4400.840.57
HSL91.3º71.88%25.1%-
HSV(B)91.3º83.64%43.14%-
XYZ7.6712.222.53-
YUV85.1690.1111.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.63%
GREEN value IS 110 (43.36% from 255) = 57.89%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=32.63%
G=57.89%
B=9.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal62110180.4400.840.5791.371.8825.1
Hex3E6E122C054395b4819
Octal76156225401247113311031
Binary111110110111010010101100010101001110011011011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,110,18); }

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

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

 a { background-color: rgb(62,110,18); }

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

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

 span { border-color: rgb(62,110,18); }

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