Shades of Chateau Green #32AF55
Tints of Chateau Green #32AF55
RGB
CMYK
RGB Variations
Color information
#32AF55 (or 0x32AF55) is known color: Chateau Green. HEX triplet: 32, AF and 55. RGB value is (50,175,85). Sum of RGB (Red+Green+Blue) = 50+175+85=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF55 is #CD50AA. Grayscale: #7F7F7F. Windows color (decimal): -13455531 or 5615410. OLE color: 5615410.
HSL color Cylindrical-coordinate representation of color #32AF55: hue angle of 136.8º 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 #32AF55 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 85 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.31 |
| HSL | 136.8º | 0.56% | 0.44% | - |
| HSV(B) | 136.8º | 0.71% | 0.69% | - |
| XYZ | 18.29 | 31.99 | 13.81 | - |
| YUV | 127.37 | 104.09 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 85 | 0.71 | 0 | 0.51 | 0.31 | 136.8 | 0.56 | 0.44 |
| Hex | 32 | AF | 55 | 47 | 0 | 33 | 1F | 89 | 38 | 2C |
| Octal | 62 | 257 | 125 | 107 | 0 | 63 | 37 | 211 | 70 | 54 |
| Binary | 110010 | 10101111 | 1010101 | 1000111 | 0 | 110011 | 11111 | 10001001 | 111000 | 101100 |
Color Harmonies of #32AF55
Complementary color
Monochromatic Colors of #32AF55
Black with #32AF55
Text Example
Text Example
White with #32AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF55; }
p { color: rgb(50,175,85); }
H1.HeaderClassName
{
color: #32AF55;
}
.AnyTagClassName
{
color: #32AF55;
}
</style>
background-color css
<style>
a { background-color: #32AF55; }
a { background-color: rgb(50,175,85); }
div.DivClassName
{
background-color: #32AF55;
}
.BgClassName
{
background-color: #32AF55;
}
</style>
border-color css
<style>
span { border-color: #32AF55; }
span { border-color: rgb(50,175,85); }
td.TdClassName
{
border-color: #32AF55;
}
.TagClassName
{
border-color: #32AF55;
}
</style>