Shades of Chateau Green #32B44D
Tints of Chateau Green #32B44D
RGB
CMYK
RGB Variations
Color information
#32B44D (or 0x32B44D) is known color: Chateau Green. HEX triplet: 32, B4 and 4D. RGB value is (50,180,77). Sum of RGB (Red+Green+Blue) = 50+180+77=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #32B44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B44D is #CD4BB2. Grayscale: #818181. Windows color (decimal): -13454259 or 5092402. OLE color: 5092402.
HSL color Cylindrical-coordinate representation of color #32B44D: hue angle of 132.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B44D is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 77 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.29 |
| HSL | 132.46º | 0.57% | 0.45% | - |
| HSV(B) | 132.46º | 0.72% | 0.71% | - |
| XYZ | 18.98 | 33.86 | 12.56 | - |
| YUV | 129.39 | 98.43 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 77 | 0.72 | 0 | 0.57 | 0.29 | 132.46 | 0.57 | 0.45 |
| Hex | 32 | B4 | 4D | 48 | 0 | 39 | 1D | 84 | 39 | 2D |
| Octal | 62 | 264 | 115 | 110 | 0 | 71 | 35 | 204 | 71 | 55 |
| Binary | 110010 | 10110100 | 1001101 | 1001000 | 0 | 111001 | 11101 | 10000100 | 111001 | 101101 |
Color Harmonies of #32B44D
Complementary color
Monochromatic Colors of #32B44D
Black with #32B44D
Text Example
Text Example
White with #32B44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B44D; }
p { color: rgb(50,180,77); }
H1.HeaderClassName
{
color: #32B44D;
}
.AnyTagClassName
{
color: #32B44D;
}
</style>
background-color css
<style>
a { background-color: #32B44D; }
a { background-color: rgb(50,180,77); }
div.DivClassName
{
background-color: #32B44D;
}
.BgClassName
{
background-color: #32B44D;
}
</style>
border-color css
<style>
span { border-color: #32B44D; }
span { border-color: rgb(50,180,77); }
td.TdClassName
{
border-color: #32B44D;
}
.TagClassName
{
border-color: #32B44D;
}
</style>