#396E12

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

Shades of Bilbao #396E12

Tints of Bilbao #396E12

Color information

#396E12 (or 0x396E12) is unknown color: approx Bilbao. HEX triplet: 39, 6E and 12. RGB value is (57,110,18). Sum of RGB (Red+Green+Blue) = 57+110+18=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 110 (43.36% from 255 or 59.46% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 110 - color contains mainly: green. Hex color #396E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396E12 is #C691ED. Grayscale: #535353. Windows color (decimal): -13013486 or 1207865. OLE color: 1207865.

HSL color Cylindrical-coordinate representation of color #396E12: hue angle of 94.57º 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 #396E12 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB5711018-
CMYK0.4800.840.57
HSL94.57º71.88%25.1%-
HSV(B)94.57º83.64%43.14%-
XYZ7.3712.072.51-
YUV83.6690.94108.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 110 (43.36% from 255) = 59.46%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=30.81%
G=59.46%
B=9.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110180.4800.840.5794.5771.8825.1
Hex396E1230054395f4819
Octal71156226001247113711031
Binary111001110111010010110000010101001110011011111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396E12; }

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

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

<style>
 a { background-color: #396E12; }

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

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

<style>
 span { border-color: #396E12; }

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

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