Shades of Chateau Green #549064
Tints of Chateau Green #549064
RGB
CMYK
RGB Variations
Color information
#549064 (or 0x549064) is known color: Chateau Green. HEX triplet: 54, 90 and 64. RGB value is (84,144,100). Sum of RGB (Red+Green+Blue) = 84+144+100=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #549064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549064 is #AB6F9B. Grayscale: #797979. Windows color (decimal): -11235228 or 6590548. OLE color: 6590548.
HSL color Cylindrical-coordinate representation of color #549064: hue angle of 136º 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 #549064 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 144 | 100 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.44 |
| HSL | 136º | 0.26% | 0.45% | - |
| HSV(B) | 136º | 0.42% | 0.56% | - |
| XYZ | 15.93 | 22.75 | 15.61 | - |
| YUV | 121.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 100 | 0.42 | 0 | 0.31 | 0.44 | 136 | 0.26 | 0.45 |
| Hex | 54 | 90 | 64 | 2A | 0 | 1F | 2C | 88 | 1A | 2D |
| Octal | 124 | 220 | 144 | 52 | 0 | 37 | 54 | 210 | 32 | 55 |
| Binary | 1010100 | 10010000 | 1100100 | 101010 | 0 | 11111 | 101100 | 10001000 | 11010 | 101101 |
Color Harmonies of #549064
Complementary color
Monochromatic Colors of #549064
Black with #549064
Text Example
Text Example
White with #549064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549064; }
p { color: rgb(84,144,100); }
H1.HeaderClassName
{
color: #549064;
}
.AnyTagClassName
{
color: #549064;
}
</style>
background-color css
<style>
a { background-color: #549064; }
a { background-color: rgb(84,144,100); }
div.DivClassName
{
background-color: #549064;
}
.BgClassName
{
background-color: #549064;
}
</style>
border-color css
<style>
span { border-color: #549064; }
span { border-color: rgb(84,144,100); }
td.TdClassName
{
border-color: #549064;
}
.TagClassName
{
border-color: #549064;
}
</style>