Shades of Green House #32572C
Tints of Green House #32572C
RGB
CMYK
RGB Variations
Color information
#32572C (or 0x32572C) is known color: Green House. HEX triplet: 32, 57 and 2C. RGB value is (50,87,44). Sum of RGB (Red+Green+Blue) = 50+87+44=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #32572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32572C is #CDA8D3. Grayscale: #474747. Windows color (decimal): -13478100 or 2905906. OLE color: 2905906.
HSL color Cylindrical-coordinate representation of color #32572C: hue angle of 111.63º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #32572C is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 87 | 44 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.66 |
| HSL | 111.63º | 0.33% | 0.26% | - |
| HSV(B) | 111.63º | 0.49% | 0.34% | - |
| XYZ | 5.18 | 7.68 | 3.59 | - |
| YUV | 71.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 44 | 0.43 | 0 | 0.49 | 0.66 | 111.63 | 0.33 | 0.26 |
| Hex | 32 | 57 | 2C | 2B | 0 | 31 | 42 | 70 | 21 | 1A |
| Octal | 62 | 127 | 54 | 53 | 0 | 61 | 102 | 160 | 41 | 32 |
| Binary | 110010 | 1010111 | 101100 | 101011 | 0 | 110001 | 1000010 | 1110000 | 100001 | 11010 |
Color Harmonies of #32572C
Complementary color
Monochromatic Colors of #32572C
Black with #32572C
Text Example
Text Example
White with #32572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32572C; }
p { color: rgb(50,87,44); }
H1.HeaderClassName
{
color: #32572C;
}
.AnyTagClassName
{
color: #32572C;
}
</style>
background-color css
<style>
a { background-color: #32572C; }
a { background-color: rgb(50,87,44); }
div.DivClassName
{
background-color: #32572C;
}
.BgClassName
{
background-color: #32572C;
}
</style>
border-color css
<style>
span { border-color: #32572C; }
span { border-color: rgb(50,87,44); }
td.TdClassName
{
border-color: #32572C;
}
.TagClassName
{
border-color: #32572C;
}
</style>