Shades of Chateau Green #509261
Tints of Chateau Green #509261
RGB
CMYK
RGB Variations
Color information
#509261 (or 0x509261) is known color: Chateau Green. HEX triplet: 50, 92 and 61. RGB value is (80,146,97). Sum of RGB (Red+Green+Blue) = 80+146+97=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #509261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509261 is #AF6D9E. Grayscale: #787878. Windows color (decimal): -11496863 or 6394448. OLE color: 6394448.
HSL color Cylindrical-coordinate representation of color #509261: hue angle of 135.45º 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 #509261 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 97 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.43 |
| HSL | 135.45º | 0.29% | 0.44% | - |
| HSV(B) | 135.45º | 0.45% | 0.57% | - |
| XYZ | 15.74 | 23.13 | 14.94 | - |
| YUV | 120.68 | 114.63 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 97 | 0.45 | 0 | 0.34 | 0.43 | 135.45 | 0.29 | 0.44 |
| Hex | 50 | 92 | 61 | 2D | 0 | 22 | 2B | 87 | 1D | 2C |
| Octal | 120 | 222 | 141 | 55 | 0 | 42 | 53 | 207 | 35 | 54 |
| Binary | 1010000 | 10010010 | 1100001 | 101101 | 0 | 100010 | 101011 | 10000111 | 11101 | 101100 |
Color Harmonies of #509261
Complementary color
Monochromatic Colors of #509261
Black with #509261
Text Example
Text Example
White with #509261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509261; }
p { color: rgb(80,146,97); }
H1.HeaderClassName
{
color: #509261;
}
.AnyTagClassName
{
color: #509261;
}
</style>
background-color css
<style>
a { background-color: #509261; }
a { background-color: rgb(80,146,97); }
div.DivClassName
{
background-color: #509261;
}
.BgClassName
{
background-color: #509261;
}
</style>
border-color css
<style>
span { border-color: #509261; }
span { border-color: rgb(80,146,97); }
td.TdClassName
{
border-color: #509261;
}
.TagClassName
{
border-color: #509261;
}
</style>