#396536

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

Shades of Green House #396536

Tints of Green House #396536

Color information

#396536 (or 0x396536) is unknown color: approx Green House. HEX triplet: 39, 65 and 36. RGB value is (57,101,54). Sum of RGB (Red+Green+Blue) = 57+101+54=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #396536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396536 is #C69AC9. Grayscale: #525252. Windows color (decimal): -13015754 or 3564857. OLE color: 3564857.

HSL color Cylindrical-coordinate representation of color #396536: hue angle of 116.17º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396536 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.60.

Color convert

RGB5710154-
CMYK0.4400.470.60
HSL116.17º30.32%30.39%-
HSV(B)116.17º46.53%39.61%-
XYZ7.0110.445.14-
YUV82.49111.92109.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 101 (39.84% from 255) = 47.64%
BLUE value IS 54 (21.48% from 255) = 25.47%
R=26.89%
G=47.64%
B=25.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57101540.4400.470.60116.1730.3230.39
Hex3965362C02F3C741e1e
Octal711456654057741643636
Binary1110011100101110110101100010111111110011101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396536; }

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

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

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

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

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

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

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

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