#397212

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

Shades of Bilbao #397212

Tints of Bilbao #397212

Color information

#397212 (or 0x397212) is unknown color: approx Bilbao. HEX triplet: 39, 72 and 12. RGB value is (57,114,18). Sum of RGB (Red+Green+Blue) = 57+114+18=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #397212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397212 is #C68DED. Grayscale: #565656. Windows color (decimal): -13012462 or 1208889. OLE color: 1208889.

HSL color Cylindrical-coordinate representation of color #397212: hue angle of 95.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #397212 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB5711418-
CMYK0.5000.840.55
HSL95.62º72.73%25.88%-
HSV(B)95.62º84.21%44.71%-
XYZ7.8112.952.66-
YUV86.0189.62107.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 114 (44.92% from 255) = 60.32%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=30.16%
G=60.32%
B=9.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114180.5000.840.5595.6272.7325.88
Hex397212320543760491a
Octal71162226201246714011132
Binary111001111001010010110010010101001101111100000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397212; }

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

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

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

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

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

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

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

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