Shades of Chateau Green #539662
Tints of Chateau Green #539662
RGB
CMYK
RGB Variations
Color information
#539662 (or 0x539662) is known color: Chateau Green. HEX triplet: 53, 96 and 62. RGB value is (83,150,98). Sum of RGB (Red+Green+Blue) = 83+150+98=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #539662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539662 is #AC699D. Grayscale: #7C7C7C. Windows color (decimal): -11299230 or 6461011. OLE color: 6461011.
HSL color Cylindrical-coordinate representation of color #539662: hue angle of 133.43º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539662 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 150 | 98 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.41 |
| HSL | 133.43º | 0.29% | 0.46% | - |
| HSV(B) | 133.43º | 0.45% | 0.59% | - |
| XYZ | 16.68 | 24.53 | 15.41 | - |
| YUV | 124.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 98 | 0.45 | 0 | 0.35 | 0.41 | 133.43 | 0.29 | 0.46 |
| Hex | 53 | 96 | 62 | 2D | 0 | 23 | 29 | 85 | 1D | 2E |
| Octal | 123 | 226 | 142 | 55 | 0 | 43 | 51 | 205 | 35 | 56 |
| Binary | 1010011 | 10010110 | 1100010 | 101101 | 0 | 100011 | 101001 | 10000101 | 11101 | 101110 |
Color Harmonies of #539662
Complementary color
Monochromatic Colors of #539662
Black with #539662
Text Example
Text Example
White with #539662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539662; }
p { color: rgb(83,150,98); }
H1.HeaderClassName
{
color: #539662;
}
.AnyTagClassName
{
color: #539662;
}
</style>
background-color css
<style>
a { background-color: #539662; }
a { background-color: rgb(83,150,98); }
div.DivClassName
{
background-color: #539662;
}
.BgClassName
{
background-color: #539662;
}
</style>
border-color css
<style>
span { border-color: #539662; }
span { border-color: rgb(83,150,98); }
td.TdClassName
{
border-color: #539662;
}
.TagClassName
{
border-color: #539662;
}
</style>