Shades of Chateau Green #549E64
Tints of Chateau Green #549E64
RGB
CMYK
RGB Variations
Color information
#549E64 (or 0x549E64) is known color: Chateau Green. HEX triplet: 54, 9E and 64. RGB value is (84,158,100). Sum of RGB (Red+Green+Blue) = 84+158+100=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #549E64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549E64 is #AB619B. Grayscale: #818181. Windows color (decimal): -11231644 or 6594132. OLE color: 6594132.
HSL color Cylindrical-coordinate representation of color #549E64: hue angle of 132.97º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549E64 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 158 | 100 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.38 |
| HSL | 132.97º | 0.31% | 0.47% | - |
| HSV(B) | 132.97º | 0.47% | 0.62% | - |
| XYZ | 18.18 | 27.26 | 16.36 | - |
| YUV | 129.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 158 | 100 | 0.47 | 0 | 0.37 | 0.38 | 132.97 | 0.31 | 0.47 |
| Hex | 54 | 9E | 64 | 2F | 0 | 25 | 26 | 85 | 1F | 2F |
| Octal | 124 | 236 | 144 | 57 | 0 | 45 | 46 | 205 | 37 | 57 |
| Binary | 1010100 | 10011110 | 1100100 | 101111 | 0 | 100101 | 100110 | 10000101 | 11111 | 101111 |
Color Harmonies of #549E64
Complementary color
Monochromatic Colors of #549E64
Black with #549E64
Text Example
Text Example
White with #549E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549E64; }
p { color: rgb(84,158,100); }
H1.HeaderClassName
{
color: #549E64;
}
.AnyTagClassName
{
color: #549E64;
}
</style>
background-color css
<style>
a { background-color: #549E64; }
a { background-color: rgb(84,158,100); }
div.DivClassName
{
background-color: #549E64;
}
.BgClassName
{
background-color: #549E64;
}
</style>
border-color css
<style>
span { border-color: #549E64; }
span { border-color: rgb(84,158,100); }
td.TdClassName
{
border-color: #549E64;
}
.TagClassName
{
border-color: #549E64;
}
</style>