Shades of Chateau Green #549665
Tints of Chateau Green #549665
RGB
CMYK
RGB Variations
Color information
#549665 (or 0x549665) is known color: Chateau Green. HEX triplet: 54, 96 and 65. RGB value is (84,150,101). Sum of RGB (Red+Green+Blue) = 84+150+101=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #549665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549665 is #AB699A. Grayscale: #7C7C7C. Windows color (decimal): -11233691 or 6657620. OLE color: 6657620.
HSL color Cylindrical-coordinate representation of color #549665: hue angle of 135.45º 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 #549665 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 150 | 101 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.41 |
| HSL | 135.45º | 0.28% | 0.46% | - |
| HSV(B) | 135.45º | 0.44% | 0.59% | - |
| XYZ | 16.91 | 24.64 | 16.18 | - |
| YUV | 124.68 | 114.63 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 150 | 101 | 0.44 | 0 | 0.33 | 0.41 | 135.45 | 0.28 | 0.46 |
| Hex | 54 | 96 | 65 | 2C | 0 | 21 | 29 | 87 | 1C | 2E |
| Octal | 124 | 226 | 145 | 54 | 0 | 41 | 51 | 207 | 34 | 56 |
| Binary | 1010100 | 10010110 | 1100101 | 101100 | 0 | 100001 | 101001 | 10000111 | 11100 | 101110 |
Color Harmonies of #549665
Complementary color
Monochromatic Colors of #549665
Black with #549665
Text Example
Text Example
White with #549665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549665; }
p { color: rgb(84,150,101); }
H1.HeaderClassName
{
color: #549665;
}
.AnyTagClassName
{
color: #549665;
}
</style>
background-color css
<style>
a { background-color: #549665; }
a { background-color: rgb(84,150,101); }
div.DivClassName
{
background-color: #549665;
}
.BgClassName
{
background-color: #549665;
}
</style>
border-color css
<style>
span { border-color: #549665; }
span { border-color: rgb(84,150,101); }
td.TdClassName
{
border-color: #549665;
}
.TagClassName
{
border-color: #549665;
}
</style>