Shades of Green House #32662A
Tints of Green House #32662A
RGB
CMYK
RGB Variations
Color information
#32662A (or 0x32662A) is known color: Green House. HEX triplet: 32, 66 and 2A. RGB value is (50,102,42). Sum of RGB (Red+Green+Blue) = 50+102+42=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #32662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32662A is #CD99D5. Grayscale: #4F4F4F. Windows color (decimal): -13474262 or 2778674. OLE color: 2778674.
HSL color Cylindrical-coordinate representation of color #32662A: hue angle of 112º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32662A is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 102 | 42 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.6 |
| HSL | 112º | 0.42% | 0.28% | - |
| HSV(B) | 112º | 0.59% | 0.4% | - |
| XYZ | 6.48 | 10.35 | 3.85 | - |
| YUV | 79.61 | 106.77 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 42 | 0.51 | 0 | 0.59 | 0.6 | 112 | 0.42 | 0.28 |
| Hex | 32 | 66 | 2A | 33 | 0 | 3B | 3C | 70 | 2A | 1C |
| Octal | 62 | 146 | 52 | 63 | 0 | 73 | 74 | 160 | 52 | 34 |
| Binary | 110010 | 1100110 | 101010 | 110011 | 0 | 111011 | 111100 | 1110000 | 101010 | 11100 |
Color Harmonies of #32662A
Complementary color
Monochromatic Colors of #32662A
Black with #32662A
Text Example
Text Example
White with #32662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32662A; }
p { color: rgb(50,102,42); }
H1.HeaderClassName
{
color: #32662A;
}
.AnyTagClassName
{
color: #32662A;
}
</style>
background-color css
<style>
a { background-color: #32662A; }
a { background-color: rgb(50,102,42); }
div.DivClassName
{
background-color: #32662A;
}
.BgClassName
{
background-color: #32662A;
}
</style>
border-color css
<style>
span { border-color: #32662A; }
span { border-color: rgb(50,102,42); }
td.TdClassName
{
border-color: #32662A;
}
.TagClassName
{
border-color: #32662A;
}
</style>