#396821

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

Shades of Green House #396821

Tints of Green House #396821

Color information

#396821 (or 0x396821) is unknown color: approx Green House. HEX triplet: 39, 68 and 21. RGB value is (57,104,33). Sum of RGB (Red+Green+Blue) = 57+104+33=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #396821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396821 is #C697DE. Grayscale: #525252. Windows color (decimal): -13015007 or 2189369. OLE color: 2189369.

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

Color convert

RGB5710433-
CMYK0.4500.680.59
HSL99.72º51.82%26.86%-
HSV(B)99.72º68.27%40.78%-
XYZ6.9110.883.17-
YUV81.85100.43110.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 104 (41.02% from 255) = 53.61%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=29.38%
G=53.61%
B=17.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104330.4500.680.5999.7251.8226.86
Hex3968212D0443B64341b
Octal7115041550104731446433
Binary111001110100010000110110101000100111011110010011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396821; }

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

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

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

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

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

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

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

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