Shades of Chateau Green #509C60
Tints of Chateau Green #509C60
RGB
CMYK
RGB Variations
Color information
#509C60 (or 0x509C60) is known color: Chateau Green. HEX triplet: 50, 9C and 60. RGB value is (80,156,96). Sum of RGB (Red+Green+Blue) = 80+156+96=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #509C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C60 is #AF639F. Grayscale: #7E7E7E. Windows color (decimal): -11494304 or 6331472. OLE color: 6331472.
HSL color Cylindrical-coordinate representation of color #509C60: hue angle of 132.63º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C60 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 96 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.39 |
| HSL | 132.63º | 0.32% | 0.46% | - |
| HSV(B) | 132.63º | 0.49% | 0.61% | - |
| XYZ | 17.31 | 26.33 | 15.24 | - |
| YUV | 126.44 | 110.82 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 96 | 0.49 | 0 | 0.38 | 0.39 | 132.63 | 0.32 | 0.46 |
| Hex | 50 | 9C | 60 | 31 | 0 | 26 | 27 | 85 | 20 | 2E |
| Octal | 120 | 234 | 140 | 61 | 0 | 46 | 47 | 205 | 40 | 56 |
| Binary | 1010000 | 10011100 | 1100000 | 110001 | 0 | 100110 | 100111 | 10000101 | 100000 | 101110 |
Color Harmonies of #509C60
Complementary color
Monochromatic Colors of #509C60
Black with #509C60
Text Example
Text Example
White with #509C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C60; }
p { color: rgb(80,156,96); }
H1.HeaderClassName
{
color: #509C60;
}
.AnyTagClassName
{
color: #509C60;
}
</style>
background-color css
<style>
a { background-color: #509C60; }
a { background-color: rgb(80,156,96); }
div.DivClassName
{
background-color: #509C60;
}
.BgClassName
{
background-color: #509C60;
}
</style>
border-color css
<style>
span { border-color: #509C60; }
span { border-color: rgb(80,156,96); }
td.TdClassName
{
border-color: #509C60;
}
.TagClassName
{
border-color: #509C60;
}
</style>