Shades of Chateau Green #32AF47
Tints of Chateau Green #32AF47
RGB
CMYK
RGB Variations
Color information
#32AF47 (or 0x32AF47) is known color: Chateau Green. HEX triplet: 32, AF and 47. RGB value is (50,175,71). Sum of RGB (Red+Green+Blue) = 50+175+71=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF47 is #CD50B8. Grayscale: #7E7E7E. Windows color (decimal): -13455545 or 4697906. OLE color: 4697906.
HSL color Cylindrical-coordinate representation of color #32AF47: hue angle of 130.08º 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 #32AF47 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 71 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.31 |
| HSL | 130.08º | 0.56% | 0.44% | - |
| HSV(B) | 130.08º | 0.71% | 0.69% | - |
| XYZ | 17.78 | 31.79 | 11.16 | - |
| YUV | 125.77 | 97.09 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 71 | 0.71 | 0 | 0.59 | 0.31 | 130.08 | 0.56 | 0.44 |
| Hex | 32 | AF | 47 | 47 | 0 | 3B | 1F | 82 | 38 | 2C |
| Octal | 62 | 257 | 107 | 107 | 0 | 73 | 37 | 202 | 70 | 54 |
| Binary | 110010 | 10101111 | 1000111 | 1000111 | 0 | 111011 | 11111 | 10000010 | 111000 | 101100 |
Color Harmonies of #32AF47
Complementary color
Monochromatic Colors of #32AF47
Black with #32AF47
Text Example
Text Example
White with #32AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF47; }
p { color: rgb(50,175,71); }
H1.HeaderClassName
{
color: #32AF47;
}
.AnyTagClassName
{
color: #32AF47;
}
</style>
background-color css
<style>
a { background-color: #32AF47; }
a { background-color: rgb(50,175,71); }
div.DivClassName
{
background-color: #32AF47;
}
.BgClassName
{
background-color: #32AF47;
}
</style>
border-color css
<style>
span { border-color: #32AF47; }
span { border-color: rgb(50,175,71); }
td.TdClassName
{
border-color: #32AF47;
}
.TagClassName
{
border-color: #32AF47;
}
</style>