#396B28

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

Shades of Green House #396B28

Tints of Green House #396B28

Color information

#396B28 (or 0x396B28) is unknown color: approx Green House. HEX triplet: 39, 6B and 28. RGB value is (57,107,40). Sum of RGB (Red+Green+Blue) = 57+107+40=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #396B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B28 is #C694D7. Grayscale: #545454. Windows color (decimal): -13014232 or 2648889. OLE color: 2648889.

HSL color Cylindrical-coordinate representation of color #396B28: hue angle of 104.78º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396B28 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB5710740-
CMYK0.4700.630.58
HSL104.78º45.58%28.82%-
HSV(B)104.78º62.62%41.96%-
XYZ7.3311.543.85-
YUV84.41102.94108.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 107 (42.19% from 255) = 52.45%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=27.94%
G=52.45%
B=19.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107400.4700.630.58104.7845.5828.82
Hex396B282F03F3A692e1d
Octal711535057077721515635
Binary11100111010111010001011110111111111010110100110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,107,40); }

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

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

 a { background-color: rgb(57,107,40); }

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

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

 span { border-color: rgb(57,107,40); }

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