Shades of Chateau Green #509064
Tints of Chateau Green #509064
RGB
CMYK
RGB Variations
Color information
#509064 (or 0x509064) is known color: Chateau Green. HEX triplet: 50, 90 and 64. RGB value is (80,144,100). Sum of RGB (Red+Green+Blue) = 80+144+100=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #509064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509064 is #AF6F9B. Grayscale: #777777. Windows color (decimal): -11497372 or 6590544. OLE color: 6590544.
HSL color Cylindrical-coordinate representation of color #509064: hue angle of 138.75º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #509064 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 100 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.44 |
| HSL | 138.75º | 0.29% | 0.44% | - |
| HSV(B) | 138.75º | 0.44% | 0.56% | - |
| XYZ | 15.58 | 22.57 | 15.59 | - |
| YUV | 119.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 100 | 0.44 | 0 | 0.31 | 0.44 | 138.75 | 0.29 | 0.44 |
| Hex | 50 | 90 | 64 | 2C | 0 | 1F | 2C | 8B | 1D | 2C |
| Octal | 120 | 220 | 144 | 54 | 0 | 37 | 54 | 213 | 35 | 54 |
| Binary | 1010000 | 10010000 | 1100100 | 101100 | 0 | 11111 | 101100 | 10001011 | 11101 | 101100 |
Color Harmonies of #509064
Complementary color
Monochromatic Colors of #509064
Black with #509064
Text Example
Text Example
White with #509064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509064; }
p { color: rgb(80,144,100); }
H1.HeaderClassName
{
color: #509064;
}
.AnyTagClassName
{
color: #509064;
}
</style>
background-color css
<style>
a { background-color: #509064; }
a { background-color: rgb(80,144,100); }
div.DivClassName
{
background-color: #509064;
}
.BgClassName
{
background-color: #509064;
}
</style>
border-color css
<style>
span { border-color: #509064; }
span { border-color: rgb(80,144,100); }
td.TdClassName
{
border-color: #509064;
}
.TagClassName
{
border-color: #509064;
}
</style>