Shades of Chateau Green #509360
Tints of Chateau Green #509360
RGB
CMYK
RGB Variations
Color information
#509360 (or 0x509360) is known color: Chateau Green. HEX triplet: 50, 93 and 60. RGB value is (80,147,96). Sum of RGB (Red+Green+Blue) = 80+147+96=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #509360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509360 is #AF6C9F. Grayscale: #797979. Windows color (decimal): -11496608 or 6329168. OLE color: 6329168.
HSL color Cylindrical-coordinate representation of color #509360: hue angle of 134.33º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509360 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 96 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.42 |
| HSL | 134.33º | 0.3% | 0.45% | - |
| HSV(B) | 134.33º | 0.46% | 0.58% | - |
| XYZ | 15.85 | 23.42 | 14.75 | - |
| YUV | 121.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 96 | 0.46 | 0 | 0.35 | 0.42 | 134.33 | 0.3 | 0.45 |
| Hex | 50 | 93 | 60 | 2E | 0 | 23 | 2A | 86 | 1E | 2D |
| Octal | 120 | 223 | 140 | 56 | 0 | 43 | 52 | 206 | 36 | 55 |
| Binary | 1010000 | 10010011 | 1100000 | 101110 | 0 | 100011 | 101010 | 10000110 | 11110 | 101101 |
Color Harmonies of #509360
Complementary color
Monochromatic Colors of #509360
Black with #509360
Text Example
Text Example
White with #509360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509360; }
p { color: rgb(80,147,96); }
H1.HeaderClassName
{
color: #509360;
}
.AnyTagClassName
{
color: #509360;
}
</style>
background-color css
<style>
a { background-color: #509360; }
a { background-color: rgb(80,147,96); }
div.DivClassName
{
background-color: #509360;
}
.BgClassName
{
background-color: #509360;
}
</style>
border-color css
<style>
span { border-color: #509360; }
span { border-color: rgb(80,147,96); }
td.TdClassName
{
border-color: #509360;
}
.TagClassName
{
border-color: #509360;
}
</style>