Shades of Chateau Green #32953E
Tints of Chateau Green #32953E
RGB
CMYK
RGB Variations
Color information
#32953E (or 0x32953E) is known color: Chateau Green. HEX triplet: 32, 95 and 3E. RGB value is (50,149,62). Sum of RGB (Red+Green+Blue) = 50+149+62=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #32953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32953E is #CD6AC1. Grayscale: #6D6D6D. Windows color (decimal): -13462210 or 4101426. OLE color: 4101426.
HSL color Cylindrical-coordinate representation of color #32953E: hue angle of 127.27º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32953E is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 62 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.42 |
| HSL | 127.27º | 0.5% | 0.39% | - |
| HSV(B) | 127.27º | 0.66% | 0.58% | - |
| XYZ | 12.93 | 22.52 | 8.22 | - |
| YUV | 109.48 | 101.2 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 62 | 0.66 | 0 | 0.58 | 0.42 | 127.27 | 0.5 | 0.39 |
| Hex | 32 | 95 | 3E | 42 | 0 | 3A | 2A | 7F | 32 | 27 |
| Octal | 62 | 225 | 76 | 102 | 0 | 72 | 52 | 177 | 62 | 47 |
| Binary | 110010 | 10010101 | 111110 | 1000010 | 0 | 111010 | 101010 | 1111111 | 110010 | 100111 |
Color Harmonies of #32953E
Complementary color
Monochromatic Colors of #32953E
Black with #32953E
Text Example
Text Example
White with #32953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32953E; }
p { color: rgb(50,149,62); }
H1.HeaderClassName
{
color: #32953E;
}
.AnyTagClassName
{
color: #32953E;
}
</style>
background-color css
<style>
a { background-color: #32953E; }
a { background-color: rgb(50,149,62); }
div.DivClassName
{
background-color: #32953E;
}
.BgClassName
{
background-color: #32953E;
}
</style>
border-color css
<style>
span { border-color: #32953E; }
span { border-color: rgb(50,149,62); }
td.TdClassName
{
border-color: #32953E;
}
.TagClassName
{
border-color: #32953E;
}
</style>