Shades of Chateau Green #509461
Tints of Chateau Green #509461
RGB
CMYK
RGB Variations
Color information
#509461 (or 0x509461) is known color: Chateau Green. HEX triplet: 50, 94 and 61. RGB value is (80,148,97). Sum of RGB (Red+Green+Blue) = 80+148+97=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #509461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509461 is #AF6B9E. Grayscale: #797979. Windows color (decimal): -11496351 or 6394960. OLE color: 6394960.
HSL color Cylindrical-coordinate representation of color #509461: hue angle of 135º 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 #509461 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 148 | 97 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.42 |
| HSL | 135º | 0.3% | 0.45% | - |
| HSV(B) | 135º | 0.46% | 0.58% | - |
| XYZ | 16.06 | 23.75 | 15.05 | - |
| YUV | 121.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 97 | 0.46 | 0 | 0.34 | 0.42 | 135 | 0.3 | 0.45 |
| Hex | 50 | 94 | 61 | 2E | 0 | 22 | 2A | 87 | 1E | 2D |
| Octal | 120 | 224 | 141 | 56 | 0 | 42 | 52 | 207 | 36 | 55 |
| Binary | 1010000 | 10010100 | 1100001 | 101110 | 0 | 100010 | 101010 | 10000111 | 11110 | 101101 |
Color Harmonies of #509461
Complementary color
Monochromatic Colors of #509461
Black with #509461
Text Example
Text Example
White with #509461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509461; }
p { color: rgb(80,148,97); }
H1.HeaderClassName
{
color: #509461;
}
.AnyTagClassName
{
color: #509461;
}
</style>
background-color css
<style>
a { background-color: #509461; }
a { background-color: rgb(80,148,97); }
div.DivClassName
{
background-color: #509461;
}
.BgClassName
{
background-color: #509461;
}
</style>
border-color css
<style>
span { border-color: #509461; }
span { border-color: rgb(80,148,97); }
td.TdClassName
{
border-color: #509461;
}
.TagClassName
{
border-color: #509461;
}
</style>