#396225

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

Shades of Green House #396225

Tints of Green House #396225

Color information

#396225 (or 0x396225) is unknown color: approx Green House. HEX triplet: 39, 62 and 25. RGB value is (57,98,37). Sum of RGB (Red+Green+Blue) = 57+98+37=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #396225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396225 is #C69DDA. Grayscale: #4E4E4E. Windows color (decimal): -13016539 or 2449977. OLE color: 2449977.

HSL color Cylindrical-coordinate representation of color #396225: hue angle of 100.33º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396225 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB579837-
CMYK0.4200.620.62
HSL100.33º45.19%26.47%-
HSV(B)100.33º62.24%38.43%-
XYZ6.399.743.29-
YUV78.79104.42112.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 98 (38.67% from 255) = 51.04%
BLUE value IS 37 (14.84% from 255) = 19.27%
R=29.69%
G=51.04%
B=19.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798370.4200.620.62100.3345.1926.47
Hex3962252A03E3E642d1a
Octal711424552076761445532
Binary11100111000101001011010100111110111110110010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396225; }

 p { color: rgb(57,98,37); }

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

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

 a { background-color: rgb(57,98,37); }

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

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

 span { border-color: rgb(57,98,37); }

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