#396131

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

Shades of Green House #396131

Tints of Green House #396131

Color information

#396131 (or 0x396131) is unknown color: approx Green House. HEX triplet: 39, 61 and 31. RGB value is (57,97,49). Sum of RGB (Red+Green+Blue) = 57+97+49=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #396131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396131 is #C69ECE. Grayscale: #4F4F4F. Windows color (decimal): -13016783 or 3236153. OLE color: 3236153.

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

Color convert

RGB579749-
CMYK0.4100.490.62
HSL110º32.88%28.63%-
HSV(B)110º49.48%38.04%-
XYZ6.529.644.42-
YUV79.57110.75111.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=28.08%
G=47.78%
B=24.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797490.4100.490.6211032.8828.63
Hex396131290313E6e211d
Octal711416151061761564135
Binary11100111000011100011010010110001111110110111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396131; }

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

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

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

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

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

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

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

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