Shades of Chateau Green #32AD54
Tints of Chateau Green #32AD54
RGB
CMYK
RGB Variations
Color information
#32AD54 (or 0x32AD54) is known color: Chateau Green. HEX triplet: 32, AD and 54. RGB value is (50,173,84). Sum of RGB (Red+Green+Blue) = 50+173+84=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AD54 is #CD52AB. Grayscale: #7E7E7E. Windows color (decimal): -13456044 or 5549362. OLE color: 5549362.
HSL color Cylindrical-coordinate representation of color #32AD54: hue angle of 136.59º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AD54 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 173 | 84 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.32 |
| HSL | 136.59º | 0.55% | 0.44% | - |
| HSV(B) | 136.59º | 0.71% | 0.68% | - |
| XYZ | 17.86 | 31.21 | 13.47 | - |
| YUV | 126.08 | 104.25 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 84 | 0.71 | 0 | 0.51 | 0.32 | 136.59 | 0.55 | 0.44 |
| Hex | 32 | AD | 54 | 47 | 0 | 33 | 20 | 89 | 37 | 2C |
| Octal | 62 | 255 | 124 | 107 | 0 | 63 | 40 | 211 | 67 | 54 |
| Binary | 110010 | 10101101 | 1010100 | 1000111 | 0 | 110011 | 100000 | 10001001 | 110111 | 101100 |
Color Harmonies of #32AD54
Complementary color
Monochromatic Colors of #32AD54
Black with #32AD54
Text Example
Text Example
White with #32AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AD54; }
p { color: rgb(50,173,84); }
H1.HeaderClassName
{
color: #32AD54;
}
.AnyTagClassName
{
color: #32AD54;
}
</style>
background-color css
<style>
a { background-color: #32AD54; }
a { background-color: rgb(50,173,84); }
div.DivClassName
{
background-color: #32AD54;
}
.BgClassName
{
background-color: #32AD54;
}
</style>
border-color css
<style>
span { border-color: #32AD54; }
span { border-color: rgb(50,173,84); }
td.TdClassName
{
border-color: #32AD54;
}
.TagClassName
{
border-color: #32AD54;
}
</style>