Shades of Chateau Green #549961
Tints of Chateau Green #549961
RGB
CMYK
RGB Variations
Color information
#549961 (or 0x549961) is known color: Chateau Green. HEX triplet: 54, 99 and 61. RGB value is (84,153,97). Sum of RGB (Red+Green+Blue) = 84+153+97=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #549961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549961 is #AB669E. Grayscale: #7E7E7E. Windows color (decimal): -11232927 or 6396244. OLE color: 6396244.
HSL color Cylindrical-coordinate representation of color #549961: hue angle of 131.3º 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 #549961 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 97 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.4 |
| HSL | 131.3º | 0.29% | 0.46% | - |
| HSV(B) | 131.3º | 0.45% | 0.6% | - |
| XYZ | 17.21 | 25.53 | 15.33 | - |
| YUV | 125.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 97 | 0.45 | 0 | 0.37 | 0.4 | 131.3 | 0.29 | 0.46 |
| Hex | 54 | 99 | 61 | 2D | 0 | 25 | 28 | 83 | 1D | 2E |
| Octal | 124 | 231 | 141 | 55 | 0 | 45 | 50 | 203 | 35 | 56 |
| Binary | 1010100 | 10011001 | 1100001 | 101101 | 0 | 100101 | 101000 | 10000011 | 11101 | 101110 |
Color Harmonies of #549961
Complementary color
Monochromatic Colors of #549961
Black with #549961
Text Example
Text Example
White with #549961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549961; }
p { color: rgb(84,153,97); }
H1.HeaderClassName
{
color: #549961;
}
.AnyTagClassName
{
color: #549961;
}
</style>
background-color css
<style>
a { background-color: #549961; }
a { background-color: rgb(84,153,97); }
div.DivClassName
{
background-color: #549961;
}
.BgClassName
{
background-color: #549961;
}
</style>
border-color css
<style>
span { border-color: #549961; }
span { border-color: rgb(84,153,97); }
td.TdClassName
{
border-color: #549961;
}
.TagClassName
{
border-color: #549961;
}
</style>