Shades of Chateau Green #549962
Tints of Chateau Green #549962
RGB
CMYK
RGB Variations
Color information
#549962 (or 0x549962) is known color: Chateau Green. HEX triplet: 54, 99 and 62. RGB value is (84,153,98). Sum of RGB (Red+Green+Blue) = 84+153+98=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #549962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549962 is #AB669D. Grayscale: #7E7E7E. Windows color (decimal): -11232926 or 6461780. OLE color: 6461780.
HSL color Cylindrical-coordinate representation of color #549962: hue angle of 132.17º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549962 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 98 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.4 |
| HSL | 132.17º | 0.29% | 0.46% | - |
| HSV(B) | 132.17º | 0.45% | 0.6% | - |
| XYZ | 17.25 | 25.55 | 15.58 | - |
| YUV | 126.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 98 | 0.45 | 0 | 0.36 | 0.4 | 132.17 | 0.29 | 0.46 |
| Hex | 54 | 99 | 62 | 2D | 0 | 24 | 28 | 84 | 1D | 2E |
| Octal | 124 | 231 | 142 | 55 | 0 | 44 | 50 | 204 | 35 | 56 |
| Binary | 1010100 | 10011001 | 1100010 | 101101 | 0 | 100100 | 101000 | 10000100 | 11101 | 101110 |
Color Harmonies of #549962
Complementary color
Monochromatic Colors of #549962
Black with #549962
Text Example
Text Example
White with #549962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549962; }
p { color: rgb(84,153,98); }
H1.HeaderClassName
{
color: #549962;
}
.AnyTagClassName
{
color: #549962;
}
</style>
background-color css
<style>
a { background-color: #549962; }
a { background-color: rgb(84,153,98); }
div.DivClassName
{
background-color: #549962;
}
.BgClassName
{
background-color: #549962;
}
</style>
border-color css
<style>
span { border-color: #549962; }
span { border-color: rgb(84,153,98); }
td.TdClassName
{
border-color: #549962;
}
.TagClassName
{
border-color: #549962;
}
</style>