Shades of Chateau Green #549662
Tints of Chateau Green #549662
RGB
CMYK
RGB Variations
Color information
#549662 (or 0x549662) is known color: Chateau Green. HEX triplet: 54, 96 and 62. RGB value is (84,150,98). Sum of RGB (Red+Green+Blue) = 84+150+98=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #549662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549662 is #AB699D. Grayscale: #7C7C7C. Windows color (decimal): -11233694 or 6461012. OLE color: 6461012.
HSL color Cylindrical-coordinate representation of color #549662: hue angle of 132.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549662 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 150 | 98 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.41 |
| HSL | 132.73º | 0.28% | 0.46% | - |
| HSV(B) | 132.73º | 0.44% | 0.59% | - |
| XYZ | 16.77 | 24.58 | 15.42 | - |
| YUV | 124.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 150 | 98 | 0.44 | 0 | 0.35 | 0.41 | 132.73 | 0.28 | 0.46 |
| Hex | 54 | 96 | 62 | 2C | 0 | 23 | 29 | 85 | 1C | 2E |
| Octal | 124 | 226 | 142 | 54 | 0 | 43 | 51 | 205 | 34 | 56 |
| Binary | 1010100 | 10010110 | 1100010 | 101100 | 0 | 100011 | 101001 | 10000101 | 11100 | 101110 |
Color Harmonies of #549662
Complementary color
Monochromatic Colors of #549662
Black with #549662
Text Example
Text Example
White with #549662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549662; }
p { color: rgb(84,150,98); }
H1.HeaderClassName
{
color: #549662;
}
.AnyTagClassName
{
color: #549662;
}
</style>
background-color css
<style>
a { background-color: #549662; }
a { background-color: rgb(84,150,98); }
div.DivClassName
{
background-color: #549662;
}
.BgClassName
{
background-color: #549662;
}
</style>
border-color css
<style>
span { border-color: #549662; }
span { border-color: rgb(84,150,98); }
td.TdClassName
{
border-color: #549662;
}
.TagClassName
{
border-color: #549662;
}
</style>