Shades of Chateau Green #539964
Tints of Chateau Green #539964
RGB
CMYK
RGB Variations
Color information
#539964 (or 0x539964) is known color: Chateau Green. HEX triplet: 53, 99 and 64. RGB value is (83,153,100). Sum of RGB (Red+Green+Blue) = 83+153+100=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #539964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539964 is #AC669B. Grayscale: #7E7E7E. Windows color (decimal): -11298460 or 6592851. OLE color: 6592851.
HSL color Cylindrical-coordinate representation of color #539964: hue angle of 134.57º 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 #539964 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 153 | 100 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.4 |
| HSL | 134.57º | 0.3% | 0.46% | - |
| HSV(B) | 134.57º | 0.46% | 0.6% | - |
| XYZ | 17.26 | 25.54 | 16.08 | - |
| YUV | 126.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 100 | 0.46 | 0 | 0.35 | 0.4 | 134.57 | 0.3 | 0.46 |
| Hex | 53 | 99 | 64 | 2E | 0 | 23 | 28 | 87 | 1E | 2E |
| Octal | 123 | 231 | 144 | 56 | 0 | 43 | 50 | 207 | 36 | 56 |
| Binary | 1010011 | 10011001 | 1100100 | 101110 | 0 | 100011 | 101000 | 10000111 | 11110 | 101110 |
Color Harmonies of #539964
Complementary color
Monochromatic Colors of #539964
Black with #539964
Text Example
Text Example
White with #539964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539964; }
p { color: rgb(83,153,100); }
H1.HeaderClassName
{
color: #539964;
}
.AnyTagClassName
{
color: #539964;
}
</style>
background-color css
<style>
a { background-color: #539964; }
a { background-color: rgb(83,153,100); }
div.DivClassName
{
background-color: #539964;
}
.BgClassName
{
background-color: #539964;
}
</style>
border-color css
<style>
span { border-color: #539964; }
span { border-color: rgb(83,153,100); }
td.TdClassName
{
border-color: #539964;
}
.TagClassName
{
border-color: #539964;
}
</style>