Shades of Chateau Green #549B63
Tints of Chateau Green #549B63
RGB
CMYK
RGB Variations
Color information
#549B63 (or 0x549B63) is known color: Chateau Green. HEX triplet: 54, 9B and 63. RGB value is (84,155,99). Sum of RGB (Red+Green+Blue) = 84+155+99=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #549B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B63 is #AB649C. Grayscale: #7F7F7F. Windows color (decimal): -11232413 or 6527828. OLE color: 6527828.
HSL color Cylindrical-coordinate representation of color #549B63: hue angle of 132.68º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549B63 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 155 | 99 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.39 |
| HSL | 132.68º | 0.3% | 0.47% | - |
| HSV(B) | 132.68º | 0.46% | 0.61% | - |
| XYZ | 17.63 | 26.23 | 15.94 | - |
| YUV | 127.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 99 | 0.46 | 0 | 0.36 | 0.39 | 132.68 | 0.3 | 0.47 |
| Hex | 54 | 9B | 63 | 2E | 0 | 24 | 27 | 85 | 1E | 2F |
| Octal | 124 | 233 | 143 | 56 | 0 | 44 | 47 | 205 | 36 | 57 |
| Binary | 1010100 | 10011011 | 1100011 | 101110 | 0 | 100100 | 100111 | 10000101 | 11110 | 101111 |
Color Harmonies of #549B63
Complementary color
Monochromatic Colors of #549B63
Black with #549B63
Text Example
Text Example
White with #549B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549B63; }
p { color: rgb(84,155,99); }
H1.HeaderClassName
{
color: #549B63;
}
.AnyTagClassName
{
color: #549B63;
}
</style>
background-color css
<style>
a { background-color: #549B63; }
a { background-color: rgb(84,155,99); }
div.DivClassName
{
background-color: #549B63;
}
.BgClassName
{
background-color: #549B63;
}
</style>
border-color css
<style>
span { border-color: #549B63; }
span { border-color: rgb(84,155,99); }
td.TdClassName
{
border-color: #549B63;
}
.TagClassName
{
border-color: #549B63;
}
</style>