Shades of Green House #32662B
Tints of Green House #32662B
RGB
CMYK
RGB Variations
Color information
#32662B (or 0x32662B) is known color: Green House. HEX triplet: 32, 66 and 2B. RGB value is (50,102,43). Sum of RGB (Red+Green+Blue) = 50+102+43=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #32662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32662B is #CD99D4. Grayscale: #4F4F4F. Windows color (decimal): -13474261 or 2844210. OLE color: 2844210.
HSL color Cylindrical-coordinate representation of color #32662B: hue angle of 112.88º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32662B is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 102 | 43 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.6 |
| HSL | 112.88º | 0.41% | 0.28% | - |
| HSV(B) | 112.88º | 0.58% | 0.4% | - |
| XYZ | 6.5 | 10.36 | 3.94 | - |
| YUV | 79.73 | 107.27 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 43 | 0.51 | 0 | 0.58 | 0.6 | 112.88 | 0.41 | 0.28 |
| Hex | 32 | 66 | 2B | 33 | 0 | 3A | 3C | 71 | 29 | 1C |
| Octal | 62 | 146 | 53 | 63 | 0 | 72 | 74 | 161 | 51 | 34 |
| Binary | 110010 | 1100110 | 101011 | 110011 | 0 | 111010 | 111100 | 1110001 | 101001 | 11100 |
Color Harmonies of #32662B
Complementary color
Monochromatic Colors of #32662B
Black with #32662B
Text Example
Text Example
White with #32662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32662B; }
p { color: rgb(50,102,43); }
H1.HeaderClassName
{
color: #32662B;
}
.AnyTagClassName
{
color: #32662B;
}
</style>
background-color css
<style>
a { background-color: #32662B; }
a { background-color: rgb(50,102,43); }
div.DivClassName
{
background-color: #32662B;
}
.BgClassName
{
background-color: #32662B;
}
</style>
border-color css
<style>
span { border-color: #32662B; }
span { border-color: rgb(50,102,43); }
td.TdClassName
{
border-color: #32662B;
}
.TagClassName
{
border-color: #32662B;
}
</style>