Shades of Chateau Green #32984D
Tints of Chateau Green #32984D
RGB
CMYK
RGB Variations
Color information
#32984D (or 0x32984D) is known color: Chateau Green. HEX triplet: 32, 98 and 4D. RGB value is (50,152,77). Sum of RGB (Red+Green+Blue) = 50+152+77=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #32984D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32984D is #CD67B2. Grayscale: #717171. Windows color (decimal): -13461427 or 5085234. OLE color: 5085234.
HSL color Cylindrical-coordinate representation of color #32984D: hue angle of 135.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32984D is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 77 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.40 |
| HSL | 135.88º | 0.5% | 0.4% | - |
| HSV(B) | 135.88º | 0.67% | 0.6% | - |
| XYZ | 13.88 | 23.67 | 10.86 | - |
| YUV | 112.95 | 107.71 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 77 | 0.67 | 0 | 0.49 | 0.40 | 135.88 | 0.5 | 0.4 |
| Hex | 32 | 98 | 4D | 43 | 0 | 31 | 28 | 88 | 32 | 28 |
| Octal | 62 | 230 | 115 | 103 | 0 | 61 | 50 | 210 | 62 | 50 |
| Binary | 110010 | 10011000 | 1001101 | 1000011 | 0 | 110001 | 101000 | 10001000 | 110010 | 101000 |
Color Harmonies of #32984D
Complementary color
Monochromatic Colors of #32984D
Black with #32984D
Text Example
Text Example
White with #32984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32984D; }
p { color: rgb(50,152,77); }
H1.HeaderClassName
{
color: #32984D;
}
.AnyTagClassName
{
color: #32984D;
}
</style>
background-color css
<style>
a { background-color: #32984D; }
a { background-color: rgb(50,152,77); }
div.DivClassName
{
background-color: #32984D;
}
.BgClassName
{
background-color: #32984D;
}
</style>
border-color css
<style>
span { border-color: #32984D; }
span { border-color: rgb(50,152,77); }
td.TdClassName
{
border-color: #32984D;
}
.TagClassName
{
border-color: #32984D;
}
</style>