Shades of Chateau Green #549A64
Tints of Chateau Green #549A64
RGB
CMYK
RGB Variations
Color information
#549A64 (or 0x549A64) is known color: Chateau Green. HEX triplet: 54, 9A and 64. RGB value is (84,154,100). Sum of RGB (Red+Green+Blue) = 84+154+100=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #549A64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549A64 is #AB659B. Grayscale: #7F7F7F. Windows color (decimal): -11232668 or 6593108. OLE color: 6593108.
HSL color Cylindrical-coordinate representation of color #549A64: hue angle of 133.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549A64 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 154 | 100 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.40 |
| HSL | 133.71º | 0.29% | 0.47% | - |
| HSV(B) | 133.71º | 0.45% | 0.6% | - |
| XYZ | 17.51 | 25.92 | 16.14 | - |
| YUV | 126.91 | 112.81 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 100 | 0.45 | 0 | 0.35 | 0.40 | 133.71 | 0.29 | 0.47 |
| Hex | 54 | 9A | 64 | 2D | 0 | 23 | 28 | 86 | 1D | 2F |
| Octal | 124 | 232 | 144 | 55 | 0 | 43 | 50 | 206 | 35 | 57 |
| Binary | 1010100 | 10011010 | 1100100 | 101101 | 0 | 100011 | 101000 | 10000110 | 11101 | 101111 |
Color Harmonies of #549A64
Complementary color
Monochromatic Colors of #549A64
Black with #549A64
Text Example
Text Example
White with #549A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549A64; }
p { color: rgb(84,154,100); }
H1.HeaderClassName
{
color: #549A64;
}
.AnyTagClassName
{
color: #549A64;
}
</style>
background-color css
<style>
a { background-color: #549A64; }
a { background-color: rgb(84,154,100); }
div.DivClassName
{
background-color: #549A64;
}
.BgClassName
{
background-color: #549A64;
}
</style>
border-color css
<style>
span { border-color: #549A64; }
span { border-color: rgb(84,154,100); }
td.TdClassName
{
border-color: #549A64;
}
.TagClassName
{
border-color: #549A64;
}
</style>