Shades of Chateau Green #32AC4D
Tints of Chateau Green #32AC4D
RGB
CMYK
RGB Variations
Color information
#32AC4D (or 0x32AC4D) is known color: Chateau Green. HEX triplet: 32, AC and 4D. RGB value is (50,172,77). Sum of RGB (Red+Green+Blue) = 50+172+77=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 172 (67.58% from 255 or 57.53% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AC4D is #CD53B2. Grayscale: #7C7C7C. Windows color (decimal): -13456307 or 5090354. OLE color: 5090354.
HSL color Cylindrical-coordinate representation of color #32AC4D: hue angle of 133.28º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC4D is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 77 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.33 |
| HSL | 133.28º | 0.55% | 0.44% | - |
| HSV(B) | 133.28º | 0.71% | 0.67% | - |
| XYZ | 17.41 | 30.72 | 12.03 | - |
| YUV | 124.69 | 101.08 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 77 | 0.71 | 0 | 0.55 | 0.33 | 133.28 | 0.55 | 0.44 |
| Hex | 32 | AC | 4D | 47 | 0 | 37 | 21 | 85 | 37 | 2C |
| Octal | 62 | 254 | 115 | 107 | 0 | 67 | 41 | 205 | 67 | 54 |
| Binary | 110010 | 10101100 | 1001101 | 1000111 | 0 | 110111 | 100001 | 10000101 | 110111 | 101100 |
Color Harmonies of #32AC4D
Complementary color
Monochromatic Colors of #32AC4D
Black with #32AC4D
Text Example
Text Example
White with #32AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC4D; }
p { color: rgb(50,172,77); }
H1.HeaderClassName
{
color: #32AC4D;
}
.AnyTagClassName
{
color: #32AC4D;
}
</style>
background-color css
<style>
a { background-color: #32AC4D; }
a { background-color: rgb(50,172,77); }
div.DivClassName
{
background-color: #32AC4D;
}
.BgClassName
{
background-color: #32AC4D;
}
</style>
border-color css
<style>
span { border-color: #32AC4D; }
span { border-color: rgb(50,172,77); }
td.TdClassName
{
border-color: #32AC4D;
}
.TagClassName
{
border-color: #32AC4D;
}
</style>