Shades of Green House #32632E
Tints of Green House #32632E
RGB
CMYK
RGB Variations
Color information
#32632E (or 0x32632E) is known color: Green House. HEX triplet: 32, 63 and 2E. RGB value is (50,99,46). Sum of RGB (Red+Green+Blue) = 50+99+46=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #32632E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32632E is #CD9CD1. Grayscale: #4E4E4E. Windows color (decimal): -13475026 or 3040050. OLE color: 3040050.
HSL color Cylindrical-coordinate representation of color #32632E: hue angle of 115.47º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32632E is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 99 | 46 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.61 |
| HSL | 115.47º | 0.37% | 0.28% | - |
| HSV(B) | 115.47º | 0.54% | 0.39% | - |
| XYZ | 6.27 | 9.8 | 4.15 | - |
| YUV | 78.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 46 | 0.49 | 0 | 0.54 | 0.61 | 115.47 | 0.37 | 0.28 |
| Hex | 32 | 63 | 2E | 31 | 0 | 36 | 3D | 73 | 25 | 1C |
| Octal | 62 | 143 | 56 | 61 | 0 | 66 | 75 | 163 | 45 | 34 |
| Binary | 110010 | 1100011 | 101110 | 110001 | 0 | 110110 | 111101 | 1110011 | 100101 | 11100 |
Color Harmonies of #32632E
Complementary color
Monochromatic Colors of #32632E
Black with #32632E
Text Example
Text Example
White with #32632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32632E; }
p { color: rgb(50,99,46); }
H1.HeaderClassName
{
color: #32632E;
}
.AnyTagClassName
{
color: #32632E;
}
</style>
background-color css
<style>
a { background-color: #32632E; }
a { background-color: rgb(50,99,46); }
div.DivClassName
{
background-color: #32632E;
}
.BgClassName
{
background-color: #32632E;
}
</style>
border-color css
<style>
span { border-color: #32632E; }
span { border-color: rgb(50,99,46); }
td.TdClassName
{
border-color: #32632E;
}
.TagClassName
{
border-color: #32632E;
}
</style>