Shades of Chateau Green #509C5E
Tints of Chateau Green #509C5E
RGB
CMYK
RGB Variations
Color information
#509C5E (or 0x509C5E) is known color: Chateau Green. HEX triplet: 50, 9C and 5E. RGB value is (80,156,94). Sum of RGB (Red+Green+Blue) = 80+156+94=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #509C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C5E is #AF63A1. Grayscale: #7E7E7E. Windows color (decimal): -11494306 or 6200400. OLE color: 6200400.
HSL color Cylindrical-coordinate representation of color #509C5E: hue angle of 131.05º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C5E is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 94 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.39 |
| HSL | 131.05º | 0.32% | 0.46% | - |
| HSV(B) | 131.05º | 0.49% | 0.61% | - |
| XYZ | 17.22 | 26.29 | 14.76 | - |
| YUV | 126.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 94 | 0.49 | 0 | 0.40 | 0.39 | 131.05 | 0.32 | 0.46 |
| Hex | 50 | 9C | 5E | 31 | 0 | 28 | 27 | 83 | 20 | 2E |
| Octal | 120 | 234 | 136 | 61 | 0 | 50 | 47 | 203 | 40 | 56 |
| Binary | 1010000 | 10011100 | 1011110 | 110001 | 0 | 101000 | 100111 | 10000011 | 100000 | 101110 |
Color Harmonies of #509C5E
Complementary color
Monochromatic Colors of #509C5E
Black with #509C5E
Text Example
Text Example
White with #509C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C5E; }
p { color: rgb(80,156,94); }
H1.HeaderClassName
{
color: #509C5E;
}
.AnyTagClassName
{
color: #509C5E;
}
</style>
background-color css
<style>
a { background-color: #509C5E; }
a { background-color: rgb(80,156,94); }
div.DivClassName
{
background-color: #509C5E;
}
.BgClassName
{
background-color: #509C5E;
}
</style>
border-color css
<style>
span { border-color: #509C5E; }
span { border-color: rgb(80,156,94); }
td.TdClassName
{
border-color: #509C5E;
}
.TagClassName
{
border-color: #509C5E;
}
</style>