Shades of Chateau Green #32AF54
Tints of Chateau Green #32AF54
RGB
CMYK
RGB Variations
Color information
#32AF54 (or 0x32AF54) is known color: Chateau Green. HEX triplet: 32, AF and 54. RGB value is (50,175,84). Sum of RGB (Red+Green+Blue) = 50+175+84=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF54 is #CD50AB. Grayscale: #7F7F7F. Windows color (decimal): -13455532 or 5549874. OLE color: 5549874.
HSL color Cylindrical-coordinate representation of color #32AF54: hue angle of 136.32º 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 #32AF54 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 84 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.31 |
| HSL | 136.32º | 0.56% | 0.44% | - |
| HSV(B) | 136.32º | 0.71% | 0.69% | - |
| XYZ | 18.25 | 31.98 | 13.6 | - |
| YUV | 127.25 | 103.59 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 84 | 0.71 | 0 | 0.52 | 0.31 | 136.32 | 0.56 | 0.44 |
| Hex | 32 | AF | 54 | 47 | 0 | 34 | 1F | 88 | 38 | 2C |
| Octal | 62 | 257 | 124 | 107 | 0 | 64 | 37 | 210 | 70 | 54 |
| Binary | 110010 | 10101111 | 1010100 | 1000111 | 0 | 110100 | 11111 | 10001000 | 111000 | 101100 |
Color Harmonies of #32AF54
Complementary color
Monochromatic Colors of #32AF54
Black with #32AF54
Text Example
Text Example
White with #32AF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF54; }
p { color: rgb(50,175,84); }
H1.HeaderClassName
{
color: #32AF54;
}
.AnyTagClassName
{
color: #32AF54;
}
</style>
background-color css
<style>
a { background-color: #32AF54; }
a { background-color: rgb(50,175,84); }
div.DivClassName
{
background-color: #32AF54;
}
.BgClassName
{
background-color: #32AF54;
}
</style>
border-color css
<style>
span { border-color: #32AF54; }
span { border-color: rgb(50,175,84); }
td.TdClassName
{
border-color: #32AF54;
}
.TagClassName
{
border-color: #32AF54;
}
</style>