Shades of Chateau Green #32994E
Tints of Chateau Green #32994E
RGB
CMYK
RGB Variations
Color information
#32994E (or 0x32994E) is known color: Chateau Green. HEX triplet: 32, 99 and 4E. RGB value is (50,153,78). Sum of RGB (Red+Green+Blue) = 50+153+78=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #32994E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32994E is #CD66B1. Grayscale: #717171. Windows color (decimal): -13461170 or 5151026. OLE color: 5151026.
HSL color Cylindrical-coordinate representation of color #32994E: hue angle of 136.31º 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 #32994E is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 78 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.4 |
| HSL | 136.31º | 0.51% | 0.4% | - |
| HSV(B) | 136.31º | 0.67% | 0.6% | - |
| XYZ | 14.08 | 24.01 | 11.1 | - |
| YUV | 113.65 | 107.88 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 78 | 0.67 | 0 | 0.49 | 0.4 | 136.31 | 0.51 | 0.4 |
| Hex | 32 | 99 | 4E | 43 | 0 | 31 | 28 | 88 | 33 | 28 |
| Octal | 62 | 231 | 116 | 103 | 0 | 61 | 50 | 210 | 63 | 50 |
| Binary | 110010 | 10011001 | 1001110 | 1000011 | 0 | 110001 | 101000 | 10001000 | 110011 | 101000 |
Color Harmonies of #32994E
Complementary color
Monochromatic Colors of #32994E
Black with #32994E
Text Example
Text Example
White with #32994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32994E; }
p { color: rgb(50,153,78); }
H1.HeaderClassName
{
color: #32994E;
}
.AnyTagClassName
{
color: #32994E;
}
</style>
background-color css
<style>
a { background-color: #32994E; }
a { background-color: rgb(50,153,78); }
div.DivClassName
{
background-color: #32994E;
}
.BgClassName
{
background-color: #32994E;
}
</style>
border-color css
<style>
span { border-color: #32994E; }
span { border-color: rgb(50,153,78); }
td.TdClassName
{
border-color: #32994E;
}
.TagClassName
{
border-color: #32994E;
}
</style>