Shades of Green House #32622E
Tints of Green House #32622E
RGB
CMYK
RGB Variations
Color information
#32622E (or 0x32622E) is known color: Green House. HEX triplet: 32, 62 and 2E. RGB value is (50,98,46). Sum of RGB (Red+Green+Blue) = 50+98+46=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #32622E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32622E is #CD9DD1. Grayscale: #4D4D4D. Windows color (decimal): -13475282 or 3039794. OLE color: 3039794.
HSL color Cylindrical-coordinate representation of color #32622E: hue angle of 115.38º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32622E is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 98 | 46 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.62 |
| HSL | 115.38º | 0.36% | 0.28% | - |
| HSV(B) | 115.38º | 0.53% | 0.38% | - |
| XYZ | 6.18 | 9.61 | 4.11 | - |
| YUV | 77.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 46 | 0.49 | 0 | 0.53 | 0.62 | 115.38 | 0.36 | 0.28 |
| Hex | 32 | 62 | 2E | 31 | 0 | 35 | 3E | 73 | 24 | 1C |
| Octal | 62 | 142 | 56 | 61 | 0 | 65 | 76 | 163 | 44 | 34 |
| Binary | 110010 | 1100010 | 101110 | 110001 | 0 | 110101 | 111110 | 1110011 | 100100 | 11100 |
Color Harmonies of #32622E
Complementary color
Monochromatic Colors of #32622E
Black with #32622E
Text Example
Text Example
White with #32622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32622E; }
p { color: rgb(50,98,46); }
H1.HeaderClassName
{
color: #32622E;
}
.AnyTagClassName
{
color: #32622E;
}
</style>
background-color css
<style>
a { background-color: #32622E; }
a { background-color: rgb(50,98,46); }
div.DivClassName
{
background-color: #32622E;
}
.BgClassName
{
background-color: #32622E;
}
</style>
border-color css
<style>
span { border-color: #32622E; }
span { border-color: rgb(50,98,46); }
td.TdClassName
{
border-color: #32622E;
}
.TagClassName
{
border-color: #32622E;
}
</style>