#396832

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

Shades of Green House #396832

Tints of Green House #396832

Color information

#396832 (or 0x396832) is unknown color: approx Green House. HEX triplet: 39, 68 and 32. RGB value is (57,104,50). Sum of RGB (Red+Green+Blue) = 57+104+50=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #396832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396832 is #C697CD. Grayscale: #535353. Windows color (decimal): -13014990 or 3303481. OLE color: 3303481.

HSL color Cylindrical-coordinate representation of color #396832: hue angle of 112.22º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396832 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB5710450-
CMYK0.4500.520.59
HSL112.22º35.06%30.2%-
HSV(B)112.22º51.92%40.78%-
XYZ7.21114.76-
YUV83.79108.93108.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=27.01%
G=49.29%
B=23.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104500.4500.520.59112.2235.0630.2
Hex3968322D0343B70231e
Octal711506255064731604336
Binary11100111010001100101011010110100111011111000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396832; }

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

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

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

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

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

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

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

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