Shades of Chateau Green #32C054
Tints of Chateau Green #32C054
RGB
CMYK
RGB Variations
Color information
#32C054 (or 0x32C054) is known color: Chateau Green. HEX triplet: 32, C0 and 54. RGB value is (50,192,84). Sum of RGB (Red+Green+Blue) = 50+192+84=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #32C054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C054 is #CD3FAB. Grayscale: #898989. Windows color (decimal): -13451180 or 5554226. OLE color: 5554226.
HSL color Cylindrical-coordinate representation of color #32C054: hue angle of 134.37º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C054 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 84 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.25 |
| HSL | 134.37º | 0.59% | 0.47% | - |
| HSV(B) | 134.37º | 0.74% | 0.75% | - |
| XYZ | 21.77 | 39.02 | 14.77 | - |
| YUV | 137.23 | 97.96 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 84 | 0.74 | 0 | 0.56 | 0.25 | 134.37 | 0.59 | 0.47 |
| Hex | 32 | C0 | 54 | 4A | 0 | 38 | 19 | 86 | 3B | 2F |
| Octal | 62 | 300 | 124 | 112 | 0 | 70 | 31 | 206 | 73 | 57 |
| Binary | 110010 | 11000000 | 1010100 | 1001010 | 0 | 111000 | 11001 | 10000110 | 111011 | 101111 |
Color Harmonies of #32C054
Complementary color
Monochromatic Colors of #32C054
Black with #32C054
Text Example
Text Example
White with #32C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C054; }
p { color: rgb(50,192,84); }
H1.HeaderClassName
{
color: #32C054;
}
.AnyTagClassName
{
color: #32C054;
}
</style>
background-color css
<style>
a { background-color: #32C054; }
a { background-color: rgb(50,192,84); }
div.DivClassName
{
background-color: #32C054;
}
.BgClassName
{
background-color: #32C054;
}
</style>
border-color css
<style>
span { border-color: #32C054; }
span { border-color: rgb(50,192,84); }
td.TdClassName
{
border-color: #32C054;
}
.TagClassName
{
border-color: #32C054;
}
</style>