Shades of Chateau Green #549166
Tints of Chateau Green #549166
RGB
CMYK
RGB Variations
Color information
#549166 (or 0x549166) is known color: Chateau Green. HEX triplet: 54, 91 and 66. RGB value is (84,145,102). Sum of RGB (Red+Green+Blue) = 84+145+102=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #549166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549166 is #AB6E99. Grayscale: #797979. Windows color (decimal): -11234970 or 6721876. OLE color: 6721876.
HSL color Cylindrical-coordinate representation of color #549166: hue angle of 137.7º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549166 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 145 | 102 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.43 |
| HSL | 137.7º | 0.27% | 0.45% | - |
| HSV(B) | 137.7º | 0.42% | 0.57% | - |
| XYZ | 16.18 | 23.09 | 16.18 | - |
| YUV | 121.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 102 | 0.42 | 0 | 0.30 | 0.43 | 137.7 | 0.27 | 0.45 |
| Hex | 54 | 91 | 66 | 2A | 0 | 1E | 2B | 8A | 1B | 2D |
| Octal | 124 | 221 | 146 | 52 | 0 | 36 | 53 | 212 | 33 | 55 |
| Binary | 1010100 | 10010001 | 1100110 | 101010 | 0 | 11110 | 101011 | 10001010 | 11011 | 101101 |
Color Harmonies of #549166
Complementary color
Monochromatic Colors of #549166
Black with #549166
Text Example
Text Example
White with #549166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549166; }
p { color: rgb(84,145,102); }
H1.HeaderClassName
{
color: #549166;
}
.AnyTagClassName
{
color: #549166;
}
</style>
background-color css
<style>
a { background-color: #549166; }
a { background-color: rgb(84,145,102); }
div.DivClassName
{
background-color: #549166;
}
.BgClassName
{
background-color: #549166;
}
</style>
border-color css
<style>
span { border-color: #549166; }
span { border-color: rgb(84,145,102); }
td.TdClassName
{
border-color: #549166;
}
.TagClassName
{
border-color: #549166;
}
</style>