#396820

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

Shades of Green House #396820

Tints of Green House #396820

Color information

#396820 (or 0x396820) is unknown color: approx Green House. HEX triplet: 39, 68 and 20. RGB value is (57,104,32). Sum of RGB (Red+Green+Blue) = 57+104+32=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #396820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396820 is #C697DF. Grayscale: #515151. Windows color (decimal): -13015008 or 2123833. OLE color: 2123833.

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

Color convert

RGB5710432-
CMYK0.4500.690.59
HSL99.17º52.94%26.67%-
HSV(B)99.17º69.23%40.78%-
XYZ6.910.873.1-
YUV81.7499.93110.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 104 (41.02% from 255) = 53.89%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=29.53%
G=53.89%
B=16.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104320.4500.690.5999.1752.9426.67
Hex3968202D0453B63351b
Octal7115040550105731436533
Binary111001110100010000010110101000101111011110001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396820; }

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

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

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

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

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

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

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

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