Shades of Chateau Green #509764
Tints of Chateau Green #509764
RGB
CMYK
RGB Variations
Color information
#509764 (or 0x509764) is known color: Chateau Green. HEX triplet: 50, 97 and 64. RGB value is (80,151,100). Sum of RGB (Red+Green+Blue) = 80+151+100=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #509764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509764 is #AF689B. Grayscale: #7C7C7C. Windows color (decimal): -11495580 or 6592336. OLE color: 6592336.
HSL color Cylindrical-coordinate representation of color #509764: hue angle of 136.9º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509764 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 151 | 100 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.41 |
| HSL | 136.9º | 0.31% | 0.45% | - |
| HSV(B) | 136.9º | 0.47% | 0.59% | - |
| XYZ | 16.68 | 24.76 | 15.96 | - |
| YUV | 123.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 151 | 100 | 0.47 | 0 | 0.34 | 0.41 | 136.9 | 0.31 | 0.45 |
| Hex | 50 | 97 | 64 | 2F | 0 | 22 | 29 | 89 | 1F | 2D |
| Octal | 120 | 227 | 144 | 57 | 0 | 42 | 51 | 211 | 37 | 55 |
| Binary | 1010000 | 10010111 | 1100100 | 101111 | 0 | 100010 | 101001 | 10001001 | 11111 | 101101 |
Color Harmonies of #509764
Complementary color
Monochromatic Colors of #509764
Black with #509764
Text Example
Text Example
White with #509764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509764; }
p { color: rgb(80,151,100); }
H1.HeaderClassName
{
color: #509764;
}
.AnyTagClassName
{
color: #509764;
}
</style>
background-color css
<style>
a { background-color: #509764; }
a { background-color: rgb(80,151,100); }
div.DivClassName
{
background-color: #509764;
}
.BgClassName
{
background-color: #509764;
}
</style>
border-color css
<style>
span { border-color: #509764; }
span { border-color: rgb(80,151,100); }
td.TdClassName
{
border-color: #509764;
}
.TagClassName
{
border-color: #509764;
}
</style>