Shades of Chateau Green #509362
Tints of Chateau Green #509362
RGB
CMYK
RGB Variations
Color information
#509362 (or 0x509362) is known color: Chateau Green. HEX triplet: 50, 93 and 62. RGB value is (80,147,98). Sum of RGB (Red+Green+Blue) = 80+147+98=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #509362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509362 is #AF6C9D. Grayscale: #797979. Windows color (decimal): -11496606 or 6460240. OLE color: 6460240.
HSL color Cylindrical-coordinate representation of color #509362: hue angle of 136.12º 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 #509362 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 98 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.42 |
| HSL | 136.12º | 0.3% | 0.45% | - |
| HSV(B) | 136.12º | 0.46% | 0.58% | - |
| XYZ | 15.95 | 23.45 | 15.24 | - |
| YUV | 121.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 98 | 0.46 | 0 | 0.33 | 0.42 | 136.12 | 0.3 | 0.45 |
| Hex | 50 | 93 | 62 | 2E | 0 | 21 | 2A | 88 | 1E | 2D |
| Octal | 120 | 223 | 142 | 56 | 0 | 41 | 52 | 210 | 36 | 55 |
| Binary | 1010000 | 10010011 | 1100010 | 101110 | 0 | 100001 | 101010 | 10001000 | 11110 | 101101 |
Color Harmonies of #509362
Complementary color
Monochromatic Colors of #509362
Black with #509362
Text Example
Text Example
White with #509362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509362; }
p { color: rgb(80,147,98); }
H1.HeaderClassName
{
color: #509362;
}
.AnyTagClassName
{
color: #509362;
}
</style>
background-color css
<style>
a { background-color: #509362; }
a { background-color: rgb(80,147,98); }
div.DivClassName
{
background-color: #509362;
}
.BgClassName
{
background-color: #509362;
}
</style>
border-color css
<style>
span { border-color: #509362; }
span { border-color: rgb(80,147,98); }
td.TdClassName
{
border-color: #509362;
}
.TagClassName
{
border-color: #509362;
}
</style>