Shades of Chateau Green #549062
Tints of Chateau Green #549062
RGB
CMYK
RGB Variations
Color information
#549062 (or 0x549062) is known color: Chateau Green. HEX triplet: 54, 90 and 62. RGB value is (84,144,98). Sum of RGB (Red+Green+Blue) = 84+144+98=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #549062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549062 is #AB6F9D. Grayscale: #787878. Windows color (decimal): -11235230 or 6459476. OLE color: 6459476.
HSL color Cylindrical-coordinate representation of color #549062: hue angle of 134º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549062 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 144 | 98 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.44 |
| HSL | 134º | 0.26% | 0.45% | - |
| HSV(B) | 134º | 0.42% | 0.56% | - |
| XYZ | 15.83 | 22.71 | 15.1 | - |
| YUV | 120.82 | 115.12 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 98 | 0.42 | 0 | 0.32 | 0.44 | 134 | 0.26 | 0.45 |
| Hex | 54 | 90 | 62 | 2A | 0 | 20 | 2C | 86 | 1A | 2D |
| Octal | 124 | 220 | 142 | 52 | 0 | 40 | 54 | 206 | 32 | 55 |
| Binary | 1010100 | 10010000 | 1100010 | 101010 | 0 | 100000 | 101100 | 10000110 | 11010 | 101101 |
Color Harmonies of #549062
Complementary color
Monochromatic Colors of #549062
Black with #549062
Text Example
Text Example
White with #549062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549062; }
p { color: rgb(84,144,98); }
H1.HeaderClassName
{
color: #549062;
}
.AnyTagClassName
{
color: #549062;
}
</style>
background-color css
<style>
a { background-color: #549062; }
a { background-color: rgb(84,144,98); }
div.DivClassName
{
background-color: #549062;
}
.BgClassName
{
background-color: #549062;
}
</style>
border-color css
<style>
span { border-color: #549062; }
span { border-color: rgb(84,144,98); }
td.TdClassName
{
border-color: #549062;
}
.TagClassName
{
border-color: #549062;
}
</style>