Shades of Chateau Green #32954A
Tints of Chateau Green #32954A
RGB
CMYK
RGB Variations
Color information
#32954A (or 0x32954A) is known color: Chateau Green. HEX triplet: 32, 95 and 4A. RGB value is (50,149,74). Sum of RGB (Red+Green+Blue) = 50+149+74=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #32954A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32954A is #CD6AB5. Grayscale: #6F6F6F. Windows color (decimal): -13462198 or 4887858. OLE color: 4887858.
HSL color Cylindrical-coordinate representation of color #32954A: hue angle of 134.55º 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 #32954A is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 74 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.42 |
| HSL | 134.55º | 0.5% | 0.39% | - |
| HSV(B) | 134.55º | 0.66% | 0.58% | - |
| XYZ | 13.3 | 22.67 | 10.15 | - |
| YUV | 110.85 | 107.2 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 74 | 0.66 | 0 | 0.50 | 0.42 | 134.55 | 0.5 | 0.39 |
| Hex | 32 | 95 | 4A | 42 | 0 | 32 | 2A | 87 | 32 | 27 |
| Octal | 62 | 225 | 112 | 102 | 0 | 62 | 52 | 207 | 62 | 47 |
| Binary | 110010 | 10010101 | 1001010 | 1000010 | 0 | 110010 | 101010 | 10000111 | 110010 | 100111 |
Color Harmonies of #32954A
Complementary color
Monochromatic Colors of #32954A
Black with #32954A
Text Example
Text Example
White with #32954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32954A; }
p { color: rgb(50,149,74); }
H1.HeaderClassName
{
color: #32954A;
}
.AnyTagClassName
{
color: #32954A;
}
</style>
background-color css
<style>
a { background-color: #32954A; }
a { background-color: rgb(50,149,74); }
div.DivClassName
{
background-color: #32954A;
}
.BgClassName
{
background-color: #32954A;
}
</style>
border-color css
<style>
span { border-color: #32954A; }
span { border-color: rgb(50,149,74); }
td.TdClassName
{
border-color: #32954A;
}
.TagClassName
{
border-color: #32954A;
}
</style>