#396332

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

Shades of Green House #396332

Tints of Green House #396332

Color information

#396332 (or 0x396332) is unknown color: approx Green House. HEX triplet: 39, 63 and 32. RGB value is (57,99,50). Sum of RGB (Red+Green+Blue) = 57+99+50=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #396332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396332 is #C69CCD. Grayscale: #515151. Windows color (decimal): -13016270 or 3302201. OLE color: 3302201.

HSL color Cylindrical-coordinate representation of color #396332: hue angle of 111.43º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396332 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB579950-
CMYK0.4200.490.61
HSL111.43º32.89%29.22%-
HSV(B)111.43º49.49%38.82%-
XYZ6.7210.024.6-
YUV80.86110.59110.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 99 (39.06% from 255) = 48.06%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=27.67%
G=48.06%
B=24.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799500.4200.490.61111.4332.8929.22
Hex3963322A0313D6f211d
Octal711436252061751574135
Binary11100111000111100101010100110001111101110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396332; }

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

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

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

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

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

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

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

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