Shades of Chateau Green #549566
Tints of Chateau Green #549566
RGB
CMYK
RGB Variations
Color information
#549566 (or 0x549566) is known color: Chateau Green. HEX triplet: 54, 95 and 66. RGB value is (84,149,102). Sum of RGB (Red+Green+Blue) = 84+149+102=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #549566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549566 is #AB6A99. Grayscale: #7C7C7C. Windows color (decimal): -11233946 or 6722900. OLE color: 6722900.
HSL color Cylindrical-coordinate representation of color #549566: hue angle of 136.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549566 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 102 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.42 |
| HSL | 136.62º | 0.28% | 0.46% | - |
| HSV(B) | 136.62º | 0.44% | 0.58% | - |
| XYZ | 16.8 | 24.34 | 16.38 | - |
| YUV | 124.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 102 | 0.44 | 0 | 0.32 | 0.42 | 136.62 | 0.28 | 0.46 |
| Hex | 54 | 95 | 66 | 2C | 0 | 20 | 2A | 89 | 1C | 2E |
| Octal | 124 | 225 | 146 | 54 | 0 | 40 | 52 | 211 | 34 | 56 |
| Binary | 1010100 | 10010101 | 1100110 | 101100 | 0 | 100000 | 101010 | 10001001 | 11100 | 101110 |
Color Harmonies of #549566
Complementary color
Monochromatic Colors of #549566
Black with #549566
Text Example
Text Example
White with #549566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549566; }
p { color: rgb(84,149,102); }
H1.HeaderClassName
{
color: #549566;
}
.AnyTagClassName
{
color: #549566;
}
</style>
background-color css
<style>
a { background-color: #549566; }
a { background-color: rgb(84,149,102); }
div.DivClassName
{
background-color: #549566;
}
.BgClassName
{
background-color: #549566;
}
</style>
border-color css
<style>
span { border-color: #549566; }
span { border-color: rgb(84,149,102); }
td.TdClassName
{
border-color: #549566;
}
.TagClassName
{
border-color: #549566;
}
</style>