Shades of Chateau Green #509262
Tints of Chateau Green #509262
RGB
CMYK
RGB Variations
Color information
#509262 (or 0x509262) is known color: Chateau Green. HEX triplet: 50, 92 and 62. RGB value is (80,146,98). Sum of RGB (Red+Green+Blue) = 80+146+98=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #509262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509262 is #AF6D9D. Grayscale: #787878. Windows color (decimal): -11496862 or 6459984. OLE color: 6459984.
HSL color Cylindrical-coordinate representation of color #509262: hue angle of 136.36º 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 #509262 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 98 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.43 |
| HSL | 136.36º | 0.29% | 0.44% | - |
| HSV(B) | 136.36º | 0.45% | 0.57% | - |
| XYZ | 15.79 | 23.15 | 15.19 | - |
| YUV | 120.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 98 | 0.45 | 0 | 0.33 | 0.43 | 136.36 | 0.29 | 0.44 |
| Hex | 50 | 92 | 62 | 2D | 0 | 21 | 2B | 88 | 1D | 2C |
| Octal | 120 | 222 | 142 | 55 | 0 | 41 | 53 | 210 | 35 | 54 |
| Binary | 1010000 | 10010010 | 1100010 | 101101 | 0 | 100001 | 101011 | 10001000 | 11101 | 101100 |
Color Harmonies of #509262
Complementary color
Monochromatic Colors of #509262
Black with #509262
Text Example
Text Example
White with #509262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509262; }
p { color: rgb(80,146,98); }
H1.HeaderClassName
{
color: #509262;
}
.AnyTagClassName
{
color: #509262;
}
</style>
background-color css
<style>
a { background-color: #509262; }
a { background-color: rgb(80,146,98); }
div.DivClassName
{
background-color: #509262;
}
.BgClassName
{
background-color: #509262;
}
</style>
border-color css
<style>
span { border-color: #509262; }
span { border-color: rgb(80,146,98); }
td.TdClassName
{
border-color: #509262;
}
.TagClassName
{
border-color: #509262;
}
</style>