#396024

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

Shades of Green House #396024

Tints of Green House #396024

Color information

#396024 (or 0x396024) is unknown color: approx Green House. HEX triplet: 39, 60 and 24. RGB value is (57,96,36). Sum of RGB (Red+Green+Blue) = 57+96+36=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #396024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396024 is #C69FDB. Grayscale: #4D4D4D. Windows color (decimal): -13017052 or 2383929. OLE color: 2383929.

HSL color Cylindrical-coordinate representation of color #396024: hue angle of 99º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396024 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB579636-
CMYK0.4100.620.62
HSL99º45.45%25.88%-
HSV(B)99º62.5%37.65%-
XYZ6.199.363.15-
YUV77.5104.58113.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 36 (14.45% from 255) = 19.05%
R=30.16%
G=50.79%
B=19.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796360.4100.620.629945.4525.88
Hex3960242903E3E632d1a
Octal711404451076761435532
Binary11100111000001001001010010111110111110110001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396024; }

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

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

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

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

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

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

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

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