Shades of Chateau Green #539366
Tints of Chateau Green #539366
RGB
CMYK
RGB Variations
Color information
#539366 (or 0x539366) is known color: Chateau Green. HEX triplet: 53, 93 and 66. RGB value is (83,147,102). Sum of RGB (Red+Green+Blue) = 83+147+102=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #539366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539366 is #AC6C99. Grayscale: #7A7A7A. Windows color (decimal): -11299994 or 6722387. OLE color: 6722387.
HSL color Cylindrical-coordinate representation of color #539366: hue angle of 137.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539366 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 147 | 102 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.42 |
| HSL | 137.81º | 0.28% | 0.45% | - |
| HSV(B) | 137.81º | 0.44% | 0.58% | - |
| XYZ | 16.4 | 23.67 | 16.27 | - |
| YUV | 122.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 147 | 102 | 0.44 | 0 | 0.31 | 0.42 | 137.81 | 0.28 | 0.45 |
| Hex | 53 | 93 | 66 | 2C | 0 | 1F | 2A | 8A | 1C | 2D |
| Octal | 123 | 223 | 146 | 54 | 0 | 37 | 52 | 212 | 34 | 55 |
| Binary | 1010011 | 10010011 | 1100110 | 101100 | 0 | 11111 | 101010 | 10001010 | 11100 | 101101 |
Color Harmonies of #539366
Complementary color
Monochromatic Colors of #539366
Black with #539366
Text Example
Text Example
White with #539366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539366; }
p { color: rgb(83,147,102); }
H1.HeaderClassName
{
color: #539366;
}
.AnyTagClassName
{
color: #539366;
}
</style>
background-color css
<style>
a { background-color: #539366; }
a { background-color: rgb(83,147,102); }
div.DivClassName
{
background-color: #539366;
}
.BgClassName
{
background-color: #539366;
}
</style>
border-color css
<style>
span { border-color: #539366; }
span { border-color: rgb(83,147,102); }
td.TdClassName
{
border-color: #539366;
}
.TagClassName
{
border-color: #539366;
}
</style>