Shades of Green House #32622B
Tints of Green House #32622B
RGB
CMYK
RGB Variations
Color information
#32622B (or 0x32622B) is known color: Green House. HEX triplet: 32, 62 and 2B. RGB value is (50,98,43). Sum of RGB (Red+Green+Blue) = 50+98+43=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #32622B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32622B is #CD9DD4. Grayscale: #4D4D4D. Windows color (decimal): -13475285 or 2843186. OLE color: 2843186.
HSL color Cylindrical-coordinate representation of color #32622B: hue angle of 112.36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32622B is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 98 | 43 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.62 |
| HSL | 112.36º | 0.39% | 0.28% | - |
| HSV(B) | 112.36º | 0.56% | 0.38% | - |
| XYZ | 6.12 | 9.59 | 3.81 | - |
| YUV | 77.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 43 | 0.49 | 0 | 0.56 | 0.62 | 112.36 | 0.39 | 0.28 |
| Hex | 32 | 62 | 2B | 31 | 0 | 38 | 3E | 70 | 27 | 1C |
| Octal | 62 | 142 | 53 | 61 | 0 | 70 | 76 | 160 | 47 | 34 |
| Binary | 110010 | 1100010 | 101011 | 110001 | 0 | 111000 | 111110 | 1110000 | 100111 | 11100 |
Color Harmonies of #32622B
Complementary color
Monochromatic Colors of #32622B
Black with #32622B
Text Example
Text Example
White with #32622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32622B; }
p { color: rgb(50,98,43); }
H1.HeaderClassName
{
color: #32622B;
}
.AnyTagClassName
{
color: #32622B;
}
</style>
background-color css
<style>
a { background-color: #32622B; }
a { background-color: rgb(50,98,43); }
div.DivClassName
{
background-color: #32622B;
}
.BgClassName
{
background-color: #32622B;
}
</style>
border-color css
<style>
span { border-color: #32622B; }
span { border-color: rgb(50,98,43); }
td.TdClassName
{
border-color: #32622B;
}
.TagClassName
{
border-color: #32622B;
}
</style>