#396036

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

Shades of Green House #396036

Tints of Green House #396036

Color information

#396036 (or 0x396036) is unknown color: approx Green House. HEX triplet: 39, 60 and 36. RGB value is (57,96,54). Sum of RGB (Red+Green+Blue) = 57+96+54=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #396036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396036 is #C69FC9. Grayscale: #4F4F4F. Windows color (decimal): -13017034 or 3563577. OLE color: 3563577.

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

Color convert

RGB579654-
CMYK0.4100.440.62
HSL115.71º28%29.41%-
HSV(B)115.71º43.75%37.65%-
XYZ6.549.54.98-
YUV79.55113.58111.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=27.54%
G=46.38%
B=26.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796540.4100.440.62115.712829.41
Hex3960362902C3E741c1d
Octal711406651054761643435
Binary1110011100000110110101001010110011111011101001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396036; }

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

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

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

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

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

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

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

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