#396731

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

Shades of Green House #396731

Tints of Green House #396731

Color information

#396731 (or 0x396731) is unknown color: approx Green House. HEX triplet: 39, 67 and 31. RGB value is (57,103,49). Sum of RGB (Red+Green+Blue) = 57+103+49=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #396731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396731 is #C698CE. Grayscale: #535353. Windows color (decimal): -13015247 or 3237689. OLE color: 3237689.

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

Color convert

RGB5710349-
CMYK0.4500.520.60
HSL111.11º35.53%29.8%-
HSV(B)111.11º52.43%40.39%-
XYZ7.0910.794.62-
YUV83.09108.76109.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 103 (40.62% from 255) = 49.28%
BLUE value IS 49 (19.53% from 255) = 23.44%
R=27.27%
G=49.28%
B=23.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57103490.4500.520.60111.1135.5329.8
Hex3967312D0343C6f241e
Octal711476155064741574436
Binary11100111001111100011011010110100111100110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396731; }

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

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

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

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

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

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

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

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