Shades of Chateau Green #32B54C
Tints of Chateau Green #32B54C
RGB
CMYK
RGB Variations
Color information
#32B54C (or 0x32B54C) is known color: Chateau Green. HEX triplet: 32, B5 and 4C. RGB value is (50,181,76). Sum of RGB (Red+Green+Blue) = 50+181+76=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 181 (71.09% from 255 or 58.96% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 181 - color contains mainly: green. Hex color #32B54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B54C is #CD4AB3. Grayscale: #828282. Windows color (decimal): -13454004 or 5027122. OLE color: 5027122.
HSL color Cylindrical-coordinate representation of color #32B54C: hue angle of 131.91º 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 #32B54C is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 76 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.29 |
| HSL | 131.91º | 0.57% | 0.45% | - |
| HSV(B) | 131.91º | 0.72% | 0.71% | - |
| XYZ | 19.14 | 34.25 | 12.44 | - |
| YUV | 129.86 | 97.6 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 76 | 0.72 | 0 | 0.58 | 0.29 | 131.91 | 0.57 | 0.45 |
| Hex | 32 | B5 | 4C | 48 | 0 | 3A | 1D | 84 | 39 | 2D |
| Octal | 62 | 265 | 114 | 110 | 0 | 72 | 35 | 204 | 71 | 55 |
| Binary | 110010 | 10110101 | 1001100 | 1001000 | 0 | 111010 | 11101 | 10000100 | 111001 | 101101 |
Color Harmonies of #32B54C
Complementary color
Monochromatic Colors of #32B54C
Black with #32B54C
Text Example
Text Example
White with #32B54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B54C; }
p { color: rgb(50,181,76); }
H1.HeaderClassName
{
color: #32B54C;
}
.AnyTagClassName
{
color: #32B54C;
}
</style>
background-color css
<style>
a { background-color: #32B54C; }
a { background-color: rgb(50,181,76); }
div.DivClassName
{
background-color: #32B54C;
}
.BgClassName
{
background-color: #32B54C;
}
</style>
border-color css
<style>
span { border-color: #32B54C; }
span { border-color: rgb(50,181,76); }
td.TdClassName
{
border-color: #32B54C;
}
.TagClassName
{
border-color: #32B54C;
}
</style>