Shades of Chateau Green #32994A
Tints of Chateau Green #32994A
RGB
CMYK
RGB Variations
Color information
#32994A (or 0x32994A) is known color: Chateau Green. HEX triplet: 32, 99 and 4A. RGB value is (50,153,74). Sum of RGB (Red+Green+Blue) = 50+153+74=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #32994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32994A is #CD66B5. Grayscale: #717171. Windows color (decimal): -13461174 or 4888882. OLE color: 4888882.
HSL color Cylindrical-coordinate representation of color #32994A: hue angle of 133.98º degrees, saturation: 0.51, 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 #32994A is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 74 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.4 |
| HSL | 133.98º | 0.51% | 0.4% | - |
| HSV(B) | 133.98º | 0.67% | 0.6% | - |
| XYZ | 13.94 | 23.95 | 10.37 | - |
| YUV | 113.2 | 105.88 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 74 | 0.67 | 0 | 0.52 | 0.4 | 133.98 | 0.51 | 0.4 |
| Hex | 32 | 99 | 4A | 43 | 0 | 34 | 28 | 86 | 33 | 28 |
| Octal | 62 | 231 | 112 | 103 | 0 | 64 | 50 | 206 | 63 | 50 |
| Binary | 110010 | 10011001 | 1001010 | 1000011 | 0 | 110100 | 101000 | 10000110 | 110011 | 101000 |
Color Harmonies of #32994A
Complementary color
Monochromatic Colors of #32994A
Black with #32994A
Text Example
Text Example
White with #32994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32994A; }
p { color: rgb(50,153,74); }
H1.HeaderClassName
{
color: #32994A;
}
.AnyTagClassName
{
color: #32994A;
}
</style>
background-color css
<style>
a { background-color: #32994A; }
a { background-color: rgb(50,153,74); }
div.DivClassName
{
background-color: #32994A;
}
.BgClassName
{
background-color: #32994A;
}
</style>
border-color css
<style>
span { border-color: #32994A; }
span { border-color: rgb(50,153,74); }
td.TdClassName
{
border-color: #32994A;
}
.TagClassName
{
border-color: #32994A;
}
</style>