Shades of Chateau Green #549262
Tints of Chateau Green #549262
RGB
CMYK
RGB Variations
Color information
#549262 (or 0x549262) is known color: Chateau Green. HEX triplet: 54, 92 and 62. RGB value is (84,146,98). Sum of RGB (Red+Green+Blue) = 84+146+98=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #549262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549262 is #AB6D9D. Grayscale: #7A7A7A. Windows color (decimal): -11234718 or 6459988. OLE color: 6459988.
HSL color Cylindrical-coordinate representation of color #549262: hue angle of 133.55º 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 #549262 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 146 | 98 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.43 |
| HSL | 133.55º | 0.27% | 0.45% | - |
| HSV(B) | 133.55º | 0.42% | 0.57% | - |
| XYZ | 16.14 | 23.32 | 15.21 | - |
| YUV | 121.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 98 | 0.42 | 0 | 0.33 | 0.43 | 133.55 | 0.27 | 0.45 |
| Hex | 54 | 92 | 62 | 2A | 0 | 21 | 2B | 86 | 1B | 2D |
| Octal | 124 | 222 | 142 | 52 | 0 | 41 | 53 | 206 | 33 | 55 |
| Binary | 1010100 | 10010010 | 1100010 | 101010 | 0 | 100001 | 101011 | 10000110 | 11011 | 101101 |
Color Harmonies of #549262
Complementary color
Monochromatic Colors of #549262
Black with #549262
Text Example
Text Example
White with #549262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549262; }
p { color: rgb(84,146,98); }
H1.HeaderClassName
{
color: #549262;
}
.AnyTagClassName
{
color: #549262;
}
</style>
background-color css
<style>
a { background-color: #549262; }
a { background-color: rgb(84,146,98); }
div.DivClassName
{
background-color: #549262;
}
.BgClassName
{
background-color: #549262;
}
</style>
border-color css
<style>
span { border-color: #549262; }
span { border-color: rgb(84,146,98); }
td.TdClassName
{
border-color: #549262;
}
.TagClassName
{
border-color: #549262;
}
</style>