Shades of Chateau Green #32B54D
Tints of Chateau Green #32B54D
RGB
CMYK
RGB Variations
Color information
#32B54D (or 0x32B54D) is known color: Chateau Green. HEX triplet: 32, B5 and 4D. RGB value is (50,181,77). Sum of RGB (Red+Green+Blue) = 50+181+77=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 181 (71.09% from 255 or 58.77% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 181 - color contains mainly: green. Hex color #32B54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B54D is #CD4AB2. Grayscale: #828282. Windows color (decimal): -13454003 or 5092658. OLE color: 5092658.
HSL color Cylindrical-coordinate representation of color #32B54D: hue angle of 132.37º 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 #32B54D is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 77 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.29 |
| HSL | 132.37º | 0.57% | 0.45% | - |
| HSV(B) | 132.37º | 0.72% | 0.71% | - |
| XYZ | 19.18 | 34.26 | 12.62 | - |
| YUV | 129.98 | 98.1 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 77 | 0.72 | 0 | 0.57 | 0.29 | 132.37 | 0.57 | 0.45 |
| Hex | 32 | B5 | 4D | 48 | 0 | 39 | 1D | 84 | 39 | 2D |
| Octal | 62 | 265 | 115 | 110 | 0 | 71 | 35 | 204 | 71 | 55 |
| Binary | 110010 | 10110101 | 1001101 | 1001000 | 0 | 111001 | 11101 | 10000100 | 111001 | 101101 |
Color Harmonies of #32B54D
Complementary color
Monochromatic Colors of #32B54D
Black with #32B54D
Text Example
Text Example
White with #32B54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B54D; }
p { color: rgb(50,181,77); }
H1.HeaderClassName
{
color: #32B54D;
}
.AnyTagClassName
{
color: #32B54D;
}
</style>
background-color css
<style>
a { background-color: #32B54D; }
a { background-color: rgb(50,181,77); }
div.DivClassName
{
background-color: #32B54D;
}
.BgClassName
{
background-color: #32B54D;
}
</style>
border-color css
<style>
span { border-color: #32B54D; }
span { border-color: rgb(50,181,77); }
td.TdClassName
{
border-color: #32B54D;
}
.TagClassName
{
border-color: #32B54D;
}
</style>