Shades of Chateau Green #509365
Tints of Chateau Green #509365
RGB
CMYK
RGB Variations
Color information
#509365 (or 0x509365) is known color: Chateau Green. HEX triplet: 50, 93 and 65. RGB value is (80,147,101). Sum of RGB (Red+Green+Blue) = 80+147+101=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #509365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509365 is #AF6C9A. Grayscale: #797979. Windows color (decimal): -11496603 or 6656848. OLE color: 6656848.
HSL color Cylindrical-coordinate representation of color #509365: hue angle of 138.81º 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 #509365 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 101 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.42 |
| HSL | 138.81º | 0.3% | 0.45% | - |
| HSV(B) | 138.81º | 0.46% | 0.58% | - |
| XYZ | 16.09 | 23.51 | 16 | - |
| YUV | 121.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 101 | 0.46 | 0 | 0.31 | 0.42 | 138.81 | 0.3 | 0.45 |
| Hex | 50 | 93 | 65 | 2E | 0 | 1F | 2A | 8B | 1E | 2D |
| Octal | 120 | 223 | 145 | 56 | 0 | 37 | 52 | 213 | 36 | 55 |
| Binary | 1010000 | 10010011 | 1100101 | 101110 | 0 | 11111 | 101010 | 10001011 | 11110 | 101101 |
Color Harmonies of #509365
Complementary color
Monochromatic Colors of #509365
Black with #509365
Text Example
Text Example
White with #509365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509365; }
p { color: rgb(80,147,101); }
H1.HeaderClassName
{
color: #509365;
}
.AnyTagClassName
{
color: #509365;
}
</style>
background-color css
<style>
a { background-color: #509365; }
a { background-color: rgb(80,147,101); }
div.DivClassName
{
background-color: #509365;
}
.BgClassName
{
background-color: #509365;
}
</style>
border-color css
<style>
span { border-color: #509365; }
span { border-color: rgb(80,147,101); }
td.TdClassName
{
border-color: #509365;
}
.TagClassName
{
border-color: #509365;
}
</style>