#396E24

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

Shades of Bilbao #396E24

Tints of Bilbao #396E24

Color information

#396E24 (or 0x396E24) is unknown color: approx Bilbao. HEX triplet: 39, 6E and 24. RGB value is (57,110,36). Sum of RGB (Red+Green+Blue) = 57+110+36=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 110 (43.36% from 255 or 54.19% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 110 - color contains mainly: green. Hex color #396E24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396E24 is #C691DB. Grayscale: #555555. Windows color (decimal): -13013468 or 2387513. OLE color: 2387513.

HSL color Cylindrical-coordinate representation of color #396E24: hue angle of 102.97º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #396E24 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB5711036-
CMYK0.4800.670.57
HSL102.97º50.68%28.63%-
HSV(B)102.97º67.27%43.14%-
XYZ7.5812.153.61-
YUV85.7299.94107.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 110 (43.36% from 255) = 54.19%
BLUE value IS 36 (14.45% from 255) = 17.73%
R=28.08%
G=54.19%
B=17.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110360.4800.670.57102.9750.6828.63
Hex396E24300433967331d
Octal7115644600103711476335
Binary111001110111010010011000001000011111001110011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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