#397224

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

Shades of Bilbao #397224

Tints of Bilbao #397224

Color information

#397224 (or 0x397224) is unknown color: approx Bilbao. HEX triplet: 39, 72 and 24. RGB value is (57,114,36). Sum of RGB (Red+Green+Blue) = 57+114+36=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #397224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397224 is #C68DDB. Grayscale: #585858. Windows color (decimal): -13012444 or 2388537. OLE color: 2388537.

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

Color convert

RGB5711436-
CMYK0.5000.680.55
HSL103.85º52%29.41%-
HSV(B)103.85º68.42%44.71%-
XYZ8.0213.033.76-
YUV88.0698.62105.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 114 (44.92% from 255) = 55.07%
BLUE value IS 36 (14.45% from 255) = 17.39%
R=27.54%
G=55.07%
B=17.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114360.5000.680.55103.855229.41
Hex397224320443768341d
Octal7116244620104671506435
Binary111001111001010010011001001000100110111110100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397224; }

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

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

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

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

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

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

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

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