Shades of Chateau Green #539665
Tints of Chateau Green #539665
RGB
CMYK
RGB Variations
Color information
#539665 (or 0x539665) is known color: Chateau Green. HEX triplet: 53, 96 and 65. RGB value is (83,150,101). Sum of RGB (Red+Green+Blue) = 83+150+101=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #539665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539665 is #AC699A. Grayscale: #7C7C7C. Windows color (decimal): -11299227 or 6657619. OLE color: 6657619.
HSL color Cylindrical-coordinate representation of color #539665: hue angle of 136.12º 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 #539665 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 150 | 101 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.41 |
| HSL | 136.12º | 0.29% | 0.46% | - |
| HSV(B) | 136.12º | 0.45% | 0.59% | - |
| XYZ | 16.82 | 24.59 | 16.17 | - |
| YUV | 124.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 101 | 0.45 | 0 | 0.33 | 0.41 | 136.12 | 0.29 | 0.46 |
| Hex | 53 | 96 | 65 | 2D | 0 | 21 | 29 | 88 | 1D | 2E |
| Octal | 123 | 226 | 145 | 55 | 0 | 41 | 51 | 210 | 35 | 56 |
| Binary | 1010011 | 10010110 | 1100101 | 101101 | 0 | 100001 | 101001 | 10001000 | 11101 | 101110 |
Color Harmonies of #539665
Complementary color
Monochromatic Colors of #539665
Black with #539665
Text Example
Text Example
White with #539665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539665; }
p { color: rgb(83,150,101); }
H1.HeaderClassName
{
color: #539665;
}
.AnyTagClassName
{
color: #539665;
}
</style>
background-color css
<style>
a { background-color: #539665; }
a { background-color: rgb(83,150,101); }
div.DivClassName
{
background-color: #539665;
}
.BgClassName
{
background-color: #539665;
}
</style>
border-color css
<style>
span { border-color: #539665; }
span { border-color: rgb(83,150,101); }
td.TdClassName
{
border-color: #539665;
}
.TagClassName
{
border-color: #539665;
}
</style>