#396A32

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

Shades of Green House #396A32

Tints of Green House #396A32

Color information

#396A32 (or 0x396A32) is unknown color: approx Green House. HEX triplet: 39, 6A and 32. RGB value is (57,106,50). Sum of RGB (Red+Green+Blue) = 57+106+50=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 106 (41.80% from 255 or 49.77% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 106 - color contains mainly: green. Hex color #396A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A32 is #C695CD. Grayscale: #555555. Windows color (decimal): -13014478 or 3303993. OLE color: 3303993.

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

Color convert

RGB5710650-
CMYK0.4600.530.58
HSL112.5º35.9%30.59%-
HSV(B)112.5º52.83%41.57%-
XYZ7.4211.414.83-
YUV84.96108.27108.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 106 (41.80% from 255) = 49.77%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=26.76%
G=49.77%
B=23.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57106500.4600.530.58112.535.930.59
Hex396A322E0353A70241f
Octal711526256065721604437
Binary11100111010101100101011100110101111010111000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,106,50); }

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

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

 a { background-color: rgb(57,106,50); }

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

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

 span { border-color: rgb(57,106,50); }

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