Shades of Chateau Green #549C62
Tints of Chateau Green #549C62
RGB
CMYK
RGB Variations
Color information
#549C62 (or 0x549C62) is known color: Chateau Green. HEX triplet: 54, 9C and 62. RGB value is (84,156,98). Sum of RGB (Red+Green+Blue) = 84+156+98=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #549C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C62 is #AB639D. Grayscale: #808080. Windows color (decimal): -11232158 or 6462548. OLE color: 6462548.
HSL color Cylindrical-coordinate representation of color #549C62: hue angle of 131.67º 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 #549C62 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 156 | 98 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.39 |
| HSL | 131.67º | 0.3% | 0.47% | - |
| HSV(B) | 131.67º | 0.46% | 0.61% | - |
| XYZ | 17.75 | 26.54 | 15.74 | - |
| YUV | 127.86 | 111.15 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 98 | 0.46 | 0 | 0.37 | 0.39 | 131.67 | 0.3 | 0.47 |
| Hex | 54 | 9C | 62 | 2E | 0 | 25 | 27 | 84 | 1E | 2F |
| Octal | 124 | 234 | 142 | 56 | 0 | 45 | 47 | 204 | 36 | 57 |
| Binary | 1010100 | 10011100 | 1100010 | 101110 | 0 | 100101 | 100111 | 10000100 | 11110 | 101111 |
Color Harmonies of #549C62
Complementary color
Monochromatic Colors of #549C62
Black with #549C62
Text Example
Text Example
White with #549C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C62; }
p { color: rgb(84,156,98); }
H1.HeaderClassName
{
color: #549C62;
}
.AnyTagClassName
{
color: #549C62;
}
</style>
background-color css
<style>
a { background-color: #549C62; }
a { background-color: rgb(84,156,98); }
div.DivClassName
{
background-color: #549C62;
}
.BgClassName
{
background-color: #549C62;
}
</style>
border-color css
<style>
span { border-color: #549C62; }
span { border-color: rgb(84,156,98); }
td.TdClassName
{
border-color: #549C62;
}
.TagClassName
{
border-color: #549C62;
}
</style>