Shades of Chateau Green #509260
Tints of Chateau Green #509260
RGB
CMYK
RGB Variations
Color information
#509260 (or 0x509260) is known color: Chateau Green. HEX triplet: 50, 92 and 60. RGB value is (80,146,96). Sum of RGB (Red+Green+Blue) = 80+146+96=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #509260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509260 is #AF6D9F. Grayscale: #787878. Windows color (decimal): -11496864 or 6328912. OLE color: 6328912.
HSL color Cylindrical-coordinate representation of color #509260: hue angle of 134.55º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509260 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 96 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.43 |
| HSL | 134.55º | 0.29% | 0.44% | - |
| HSV(B) | 134.55º | 0.45% | 0.57% | - |
| XYZ | 15.7 | 23.11 | 14.7 | - |
| YUV | 120.57 | 114.13 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 96 | 0.45 | 0 | 0.34 | 0.43 | 134.55 | 0.29 | 0.44 |
| Hex | 50 | 92 | 60 | 2D | 0 | 22 | 2B | 87 | 1D | 2C |
| Octal | 120 | 222 | 140 | 55 | 0 | 42 | 53 | 207 | 35 | 54 |
| Binary | 1010000 | 10010010 | 1100000 | 101101 | 0 | 100010 | 101011 | 10000111 | 11101 | 101100 |
Color Harmonies of #509260
Complementary color
Monochromatic Colors of #509260
Black with #509260
Text Example
Text Example
White with #509260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509260; }
p { color: rgb(80,146,96); }
H1.HeaderClassName
{
color: #509260;
}
.AnyTagClassName
{
color: #509260;
}
</style>
background-color css
<style>
a { background-color: #509260; }
a { background-color: rgb(80,146,96); }
div.DivClassName
{
background-color: #509260;
}
.BgClassName
{
background-color: #509260;
}
</style>
border-color css
<style>
span { border-color: #509260; }
span { border-color: rgb(80,146,96); }
td.TdClassName
{
border-color: #509260;
}
.TagClassName
{
border-color: #509260;
}
</style>