Shades of Chateau Green #509366
Tints of Chateau Green #509366
RGB
CMYK
RGB Variations
Color information
#509366 (or 0x509366) is known color: Chateau Green. HEX triplet: 50, 93 and 66. RGB value is (80,147,102). Sum of RGB (Red+Green+Blue) = 80+147+102=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #509366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509366 is #AF6C99. Grayscale: #797979. Windows color (decimal): -11496602 or 6722384. OLE color: 6722384.
HSL color Cylindrical-coordinate representation of color #509366: hue angle of 139.7º 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 #509366 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 102 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.42 |
| HSL | 139.7º | 0.3% | 0.45% | - |
| HSV(B) | 139.7º | 0.46% | 0.58% | - |
| XYZ | 16.14 | 23.53 | 16.26 | - |
| YUV | 121.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 102 | 0.46 | 0 | 0.31 | 0.42 | 139.7 | 0.3 | 0.45 |
| Hex | 50 | 93 | 66 | 2E | 0 | 1F | 2A | 8C | 1E | 2D |
| Octal | 120 | 223 | 146 | 56 | 0 | 37 | 52 | 214 | 36 | 55 |
| Binary | 1010000 | 10010011 | 1100110 | 101110 | 0 | 11111 | 101010 | 10001100 | 11110 | 101101 |
Color Harmonies of #509366
Complementary color
Monochromatic Colors of #509366
Black with #509366
Text Example
Text Example
White with #509366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509366; }
p { color: rgb(80,147,102); }
H1.HeaderClassName
{
color: #509366;
}
.AnyTagClassName
{
color: #509366;
}
</style>
background-color css
<style>
a { background-color: #509366; }
a { background-color: rgb(80,147,102); }
div.DivClassName
{
background-color: #509366;
}
.BgClassName
{
background-color: #509366;
}
</style>
border-color css
<style>
span { border-color: #509366; }
span { border-color: rgb(80,147,102); }
td.TdClassName
{
border-color: #509366;
}
.TagClassName
{
border-color: #509366;
}
</style>