Shades of Chateau Green #32AF57
Tints of Chateau Green #32AF57
RGB
CMYK
RGB Variations
Color information
#32AF57 (or 0x32AF57) is known color: Chateau Green. HEX triplet: 32, AF and 57. RGB value is (50,175,87). Sum of RGB (Red+Green+Blue) = 50+175+87=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF57 is #CD50A8. Grayscale: #7F7F7F. Windows color (decimal): -13455529 or 5746482. OLE color: 5746482.
HSL color Cylindrical-coordinate representation of color #32AF57: hue angle of 137.76º 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 #32AF57 is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 87 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.31 |
| HSL | 137.76º | 0.56% | 0.44% | - |
| HSV(B) | 137.76º | 0.71% | 0.69% | - |
| XYZ | 18.37 | 32.03 | 14.23 | - |
| YUV | 127.59 | 105.09 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 87 | 0.71 | 0 | 0.50 | 0.31 | 137.76 | 0.56 | 0.44 |
| Hex | 32 | AF | 57 | 47 | 0 | 32 | 1F | 8A | 38 | 2C |
| Octal | 62 | 257 | 127 | 107 | 0 | 62 | 37 | 212 | 70 | 54 |
| Binary | 110010 | 10101111 | 1010111 | 1000111 | 0 | 110010 | 11111 | 10001010 | 111000 | 101100 |
Color Harmonies of #32AF57
Complementary color
Monochromatic Colors of #32AF57
Black with #32AF57
Text Example
Text Example
White with #32AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF57; }
p { color: rgb(50,175,87); }
H1.HeaderClassName
{
color: #32AF57;
}
.AnyTagClassName
{
color: #32AF57;
}
</style>
background-color css
<style>
a { background-color: #32AF57; }
a { background-color: rgb(50,175,87); }
div.DivClassName
{
background-color: #32AF57;
}
.BgClassName
{
background-color: #32AF57;
}
</style>
border-color css
<style>
span { border-color: #32AF57; }
span { border-color: rgb(50,175,87); }
td.TdClassName
{
border-color: #32AF57;
}
.TagClassName
{
border-color: #32AF57;
}
</style>