#396831

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

Shades of Green House #396831

Tints of Green House #396831

Color information

#396831 (or 0x396831) is unknown color: approx Green House. HEX triplet: 39, 68 and 31. RGB value is (57,104,49). Sum of RGB (Red+Green+Blue) = 57+104+49=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #396831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396831 is #C697CE. Grayscale: #535353. Windows color (decimal): -13014991 or 3237945. OLE color: 3237945.

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

Color convert

RGB5710449-
CMYK0.4500.530.59
HSL111.27º35.95%30%-
HSV(B)111.27º52.88%40.78%-
XYZ7.1910.994.65-
YUV83.68108.43108.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 104 (41.02% from 255) = 49.52%
BLUE value IS 49 (19.53% from 255) = 23.33%
R=27.14%
G=49.52%
B=23.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104490.4500.530.59111.2735.9530
Hex3968312D0353B6f241e
Octal711506155065731574436
Binary11100111010001100011011010110101111011110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396831; }

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

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

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

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

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

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

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

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