Shades of Chateau Green #32AF51
Tints of Chateau Green #32AF51
RGB
CMYK
RGB Variations
Color information
#32AF51 (or 0x32AF51) is known color: Chateau Green. HEX triplet: 32, AF and 51. RGB value is (50,175,81). Sum of RGB (Red+Green+Blue) = 50+175+81=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF51 is #CD50AE. Grayscale: #7F7F7F. Windows color (decimal): -13455535 or 5353266. OLE color: 5353266.
HSL color Cylindrical-coordinate representation of color #32AF51: hue angle of 134.88º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF51 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 81 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.31 |
| HSL | 134.88º | 0.56% | 0.44% | - |
| HSV(B) | 134.88º | 0.71% | 0.69% | - |
| XYZ | 18.13 | 31.93 | 12.99 | - |
| YUV | 126.91 | 102.09 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 81 | 0.71 | 0 | 0.54 | 0.31 | 134.88 | 0.56 | 0.44 |
| Hex | 32 | AF | 51 | 47 | 0 | 36 | 1F | 87 | 38 | 2C |
| Octal | 62 | 257 | 121 | 107 | 0 | 66 | 37 | 207 | 70 | 54 |
| Binary | 110010 | 10101111 | 1010001 | 1000111 | 0 | 110110 | 11111 | 10000111 | 111000 | 101100 |
Color Harmonies of #32AF51
Complementary color
Monochromatic Colors of #32AF51
Black with #32AF51
Text Example
Text Example
White with #32AF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF51; }
p { color: rgb(50,175,81); }
H1.HeaderClassName
{
color: #32AF51;
}
.AnyTagClassName
{
color: #32AF51;
}
</style>
background-color css
<style>
a { background-color: #32AF51; }
a { background-color: rgb(50,175,81); }
div.DivClassName
{
background-color: #32AF51;
}
.BgClassName
{
background-color: #32AF51;
}
</style>
border-color css
<style>
span { border-color: #32AF51; }
span { border-color: rgb(50,175,81); }
td.TdClassName
{
border-color: #32AF51;
}
.TagClassName
{
border-color: #32AF51;
}
</style>