#3E8312

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

Shades of Bilbao #3E8312

Tints of Bilbao #3E8312

Color information

#3E8312 (or 0x3E8312) is unknown color: approx Bilbao. HEX triplet: 3E, 83 and 12. RGB value is (62,131,18). Sum of RGB (Red+Green+Blue) = 62+131+18=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 131 (51.56% from 255 or 62.09% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 131 - color contains mainly: green. Hex color #3E8312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8312 is #C17CED. Grayscale: #616161. Windows color (decimal): -12680430 or 1213246. OLE color: 1213246.

HSL color Cylindrical-coordinate representation of color #3E8312: hue angle of 96.64º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E8312 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB6213118-
CMYK0.5300.860.49
HSL96.64º75.84%29.22%-
HSV(B)96.64º86.26%51.37%-
XYZ10.2117.33.37-
YUV97.4983.14102.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 131 (51.56% from 255) = 62.09%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=29.38%
G=62.09%
B=8.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62131180.5300.860.4996.6475.8429.22
Hex3E83123505631614c1d
Octal76203226501266114111435
Binary1111101000001110010110101010101101100011100001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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