Shades of Chateau Green #509D5E
Tints of Chateau Green #509D5E
RGB
CMYK
RGB Variations
Color information
#509D5E (or 0x509D5E) is known color: Chateau Green. HEX triplet: 50, 9D and 5E. RGB value is (80,157,94). Sum of RGB (Red+Green+Blue) = 80+157+94=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #509D5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D5E is #AF62A1. Grayscale: #7E7E7E. Windows color (decimal): -11494050 or 6200656. OLE color: 6200656.
HSL color Cylindrical-coordinate representation of color #509D5E: hue angle of 130.91º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D5E is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 94 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.38 |
| HSL | 130.91º | 0.32% | 0.46% | - |
| HSV(B) | 130.91º | 0.49% | 0.62% | - |
| XYZ | 17.39 | 26.63 | 14.81 | - |
| YUV | 126.8 | 109.49 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 94 | 0.49 | 0 | 0.40 | 0.38 | 130.91 | 0.32 | 0.46 |
| Hex | 50 | 9D | 5E | 31 | 0 | 28 | 26 | 83 | 20 | 2E |
| Octal | 120 | 235 | 136 | 61 | 0 | 50 | 46 | 203 | 40 | 56 |
| Binary | 1010000 | 10011101 | 1011110 | 110001 | 0 | 101000 | 100110 | 10000011 | 100000 | 101110 |
Color Harmonies of #509D5E
Complementary color
Monochromatic Colors of #509D5E
Black with #509D5E
Text Example
Text Example
White with #509D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D5E; }
p { color: rgb(80,157,94); }
H1.HeaderClassName
{
color: #509D5E;
}
.AnyTagClassName
{
color: #509D5E;
}
</style>
background-color css
<style>
a { background-color: #509D5E; }
a { background-color: rgb(80,157,94); }
div.DivClassName
{
background-color: #509D5E;
}
.BgClassName
{
background-color: #509D5E;
}
</style>
border-color css
<style>
span { border-color: #509D5E; }
span { border-color: rgb(80,157,94); }
td.TdClassName
{
border-color: #509D5E;
}
.TagClassName
{
border-color: #509D5E;
}
</style>