#396232

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

Shades of Green House #396232

Tints of Green House #396232

Color information

#396232 (or 0x396232) is unknown color: approx Green House. HEX triplet: 39, 62 and 32. RGB value is (57,98,50). Sum of RGB (Red+Green+Blue) = 57+98+50=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #396232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396232 is #C69DCD. Grayscale: #505050. Windows color (decimal): -13016526 or 3301945. OLE color: 3301945.

HSL color Cylindrical-coordinate representation of color #396232: hue angle of 111.25º degrees, saturation: 0.32, 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 #396232 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB579850-
CMYK0.4200.490.62
HSL111.25º32.43%29.02%-
HSV(B)111.25º48.98%38.43%-
XYZ6.639.844.57-
YUV80.27110.92111.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=27.80%
G=47.80%
B=24.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798500.4200.490.62111.2532.4329.02
Hex3962322A0313E6f201d
Octal711426252061761574035
Binary11100111000101100101010100110001111110110111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396232; }

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

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

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

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

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

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

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

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