Shades of Chateau Green #539966
Tints of Chateau Green #539966
RGB
CMYK
RGB Variations
Color information
#539966 (or 0x539966) is known color: Chateau Green. HEX triplet: 53, 99 and 66. RGB value is (83,153,102). Sum of RGB (Red+Green+Blue) = 83+153+102=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #539966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539966 is #AC6699. Grayscale: #7E7E7E. Windows color (decimal): -11298458 or 6723923. OLE color: 6723923.
HSL color Cylindrical-coordinate representation of color #539966: hue angle of 136.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539966 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 153 | 102 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.4 |
| HSL | 136.29º | 0.3% | 0.46% | - |
| HSV(B) | 136.29º | 0.46% | 0.6% | - |
| XYZ | 17.36 | 25.58 | 16.59 | - |
| YUV | 126.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 102 | 0.46 | 0 | 0.33 | 0.4 | 136.29 | 0.3 | 0.46 |
| Hex | 53 | 99 | 66 | 2E | 0 | 21 | 28 | 88 | 1E | 2E |
| Octal | 123 | 231 | 146 | 56 | 0 | 41 | 50 | 210 | 36 | 56 |
| Binary | 1010011 | 10011001 | 1100110 | 101110 | 0 | 100001 | 101000 | 10001000 | 11110 | 101110 |
Color Harmonies of #539966
Complementary color
Monochromatic Colors of #539966
Black with #539966
Text Example
Text Example
White with #539966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539966; }
p { color: rgb(83,153,102); }
H1.HeaderClassName
{
color: #539966;
}
.AnyTagClassName
{
color: #539966;
}
</style>
background-color css
<style>
a { background-color: #539966; }
a { background-color: rgb(83,153,102); }
div.DivClassName
{
background-color: #539966;
}
.BgClassName
{
background-color: #539966;
}
</style>
border-color css
<style>
span { border-color: #539966; }
span { border-color: rgb(83,153,102); }
td.TdClassName
{
border-color: #539966;
}
.TagClassName
{
border-color: #539966;
}
</style>