Shades of Chateau Green #509367
Tints of Chateau Green #509367
RGB
CMYK
RGB Variations
Color information
#509367 (or 0x509367) is known color: Chateau Green. HEX triplet: 50, 93 and 67. RGB value is (80,147,103). Sum of RGB (Red+Green+Blue) = 80+147+103=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #509367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509367 is #AF6C98. Grayscale: #7A7A7A. Windows color (decimal): -11496601 or 6787920. OLE color: 6787920.
HSL color Cylindrical-coordinate representation of color #509367: hue angle of 140.6º 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 #509367 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 103 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.42 |
| HSL | 140.6º | 0.3% | 0.45% | - |
| HSV(B) | 140.6º | 0.46% | 0.58% | - |
| XYZ | 16.19 | 23.55 | 16.52 | - |
| YUV | 121.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 103 | 0.46 | 0 | 0.30 | 0.42 | 140.6 | 0.3 | 0.45 |
| Hex | 50 | 93 | 67 | 2E | 0 | 1E | 2A | 8D | 1E | 2D |
| Octal | 120 | 223 | 147 | 56 | 0 | 36 | 52 | 215 | 36 | 55 |
| Binary | 1010000 | 10010011 | 1100111 | 101110 | 0 | 11110 | 101010 | 10001101 | 11110 | 101101 |
Color Harmonies of #509367
Complementary color
Monochromatic Colors of #509367
Black with #509367
Text Example
Text Example
White with #509367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509367; }
p { color: rgb(80,147,103); }
H1.HeaderClassName
{
color: #509367;
}
.AnyTagClassName
{
color: #509367;
}
</style>
background-color css
<style>
a { background-color: #509367; }
a { background-color: rgb(80,147,103); }
div.DivClassName
{
background-color: #509367;
}
.BgClassName
{
background-color: #509367;
}
</style>
border-color css
<style>
span { border-color: #509367; }
span { border-color: rgb(80,147,103); }
td.TdClassName
{
border-color: #509367;
}
.TagClassName
{
border-color: #509367;
}
</style>