Shades of Chateau Green #32AF4F
Tints of Chateau Green #32AF4F
RGB
CMYK
RGB Variations
Color information
#32AF4F (or 0x32AF4F) is known color: Chateau Green. HEX triplet: 32, AF and 4F. RGB value is (50,175,79). Sum of RGB (Red+Green+Blue) = 50+175+79=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF4F is #CD50B0. Grayscale: #7E7E7E. Windows color (decimal): -13455537 or 5222194. OLE color: 5222194.
HSL color Cylindrical-coordinate representation of color #32AF4F: hue angle of 133.92º 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 #32AF4F is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 79 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.31 |
| HSL | 133.92º | 0.56% | 0.44% | - |
| HSV(B) | 133.92º | 0.71% | 0.69% | - |
| XYZ | 18.06 | 31.9 | 12.6 | - |
| YUV | 126.68 | 101.09 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 79 | 0.71 | 0 | 0.55 | 0.31 | 133.92 | 0.56 | 0.44 |
| Hex | 32 | AF | 4F | 47 | 0 | 37 | 1F | 86 | 38 | 2C |
| Octal | 62 | 257 | 117 | 107 | 0 | 67 | 37 | 206 | 70 | 54 |
| Binary | 110010 | 10101111 | 1001111 | 1000111 | 0 | 110111 | 11111 | 10000110 | 111000 | 101100 |
Color Harmonies of #32AF4F
Complementary color
Monochromatic Colors of #32AF4F
Black with #32AF4F
Text Example
Text Example
White with #32AF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF4F; }
p { color: rgb(50,175,79); }
H1.HeaderClassName
{
color: #32AF4F;
}
.AnyTagClassName
{
color: #32AF4F;
}
</style>
background-color css
<style>
a { background-color: #32AF4F; }
a { background-color: rgb(50,175,79); }
div.DivClassName
{
background-color: #32AF4F;
}
.BgClassName
{
background-color: #32AF4F;
}
</style>
border-color css
<style>
span { border-color: #32AF4F; }
span { border-color: rgb(50,175,79); }
td.TdClassName
{
border-color: #32AF4F;
}
.TagClassName
{
border-color: #32AF4F;
}
</style>