Shades of Chateau Green #32AF46
Tints of Chateau Green #32AF46
RGB
CMYK
RGB Variations
Color information
#32AF46 (or 0x32AF46) is known color: Chateau Green. HEX triplet: 32, AF and 46. RGB value is (50,175,70). Sum of RGB (Red+Green+Blue) = 50+175+70=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF46 is #CD50B9. Grayscale: #7D7D7D. Windows color (decimal): -13455546 or 4632370. OLE color: 4632370.
HSL color Cylindrical-coordinate representation of color #32AF46: hue angle of 129.6º 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 #32AF46 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 70 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.31 |
| HSL | 129.6º | 0.56% | 0.44% | - |
| HSV(B) | 129.6º | 0.71% | 0.69% | - |
| XYZ | 17.75 | 31.78 | 10.99 | - |
| YUV | 125.66 | 96.59 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 70 | 0.71 | 0 | 0.60 | 0.31 | 129.6 | 0.56 | 0.44 |
| Hex | 32 | AF | 46 | 47 | 0 | 3C | 1F | 82 | 38 | 2C |
| Octal | 62 | 257 | 106 | 107 | 0 | 74 | 37 | 202 | 70 | 54 |
| Binary | 110010 | 10101111 | 1000110 | 1000111 | 0 | 111100 | 11111 | 10000010 | 111000 | 101100 |
Color Harmonies of #32AF46
Complementary color
Monochromatic Colors of #32AF46
Black with #32AF46
Text Example
Text Example
White with #32AF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF46; }
p { color: rgb(50,175,70); }
H1.HeaderClassName
{
color: #32AF46;
}
.AnyTagClassName
{
color: #32AF46;
}
</style>
background-color css
<style>
a { background-color: #32AF46; }
a { background-color: rgb(50,175,70); }
div.DivClassName
{
background-color: #32AF46;
}
.BgClassName
{
background-color: #32AF46;
}
</style>
border-color css
<style>
span { border-color: #32AF46; }
span { border-color: rgb(50,175,70); }
td.TdClassName
{
border-color: #32AF46;
}
.TagClassName
{
border-color: #32AF46;
}
</style>