Shades of Chateau Green #32BC54
Tints of Chateau Green #32BC54
RGB
CMYK
RGB Variations
Color information
#32BC54 (or 0x32BC54) is known color: Chateau Green. HEX triplet: 32, BC and 54. RGB value is (50,188,84). Sum of RGB (Red+Green+Blue) = 50+188+84=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BC54 is #CD43AB. Grayscale: #878787. Windows color (decimal): -13452204 or 5553202. OLE color: 5553202.
HSL color Cylindrical-coordinate representation of color #32BC54: hue angle of 134.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC54 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 84 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.26 |
| HSL | 134.78º | 0.58% | 0.47% | - |
| HSV(B) | 134.78º | 0.73% | 0.74% | - |
| XYZ | 20.9 | 37.28 | 14.48 | - |
| YUV | 134.88 | 99.28 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 84 | 0.73 | 0 | 0.55 | 0.26 | 134.78 | 0.58 | 0.47 |
| Hex | 32 | BC | 54 | 49 | 0 | 37 | 1A | 87 | 3A | 2F |
| Octal | 62 | 274 | 124 | 111 | 0 | 67 | 32 | 207 | 72 | 57 |
| Binary | 110010 | 10111100 | 1010100 | 1001001 | 0 | 110111 | 11010 | 10000111 | 111010 | 101111 |
Color Harmonies of #32BC54
Complementary color
Monochromatic Colors of #32BC54
Black with #32BC54
Text Example
Text Example
White with #32BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC54; }
p { color: rgb(50,188,84); }
H1.HeaderClassName
{
color: #32BC54;
}
.AnyTagClassName
{
color: #32BC54;
}
</style>
background-color css
<style>
a { background-color: #32BC54; }
a { background-color: rgb(50,188,84); }
div.DivClassName
{
background-color: #32BC54;
}
.BgClassName
{
background-color: #32BC54;
}
</style>
border-color css
<style>
span { border-color: #32BC54; }
span { border-color: rgb(50,188,84); }
td.TdClassName
{
border-color: #32BC54;
}
.TagClassName
{
border-color: #32BC54;
}
</style>