Shades of Chateau Green #509667
Tints of Chateau Green #509667
RGB
CMYK
RGB Variations
Color information
#509667 (or 0x509667) is known color: Chateau Green. HEX triplet: 50, 96 and 67. RGB value is (80,150,103). Sum of RGB (Red+Green+Blue) = 80+150+103=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #509667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509667 is #AF6998. Grayscale: #7B7B7B. Windows color (decimal): -11495833 or 6788688. OLE color: 6788688.
HSL color Cylindrical-coordinate representation of color #509667: hue angle of 139.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509667 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 103 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.41 |
| HSL | 139.71º | 0.3% | 0.45% | - |
| HSV(B) | 139.71º | 0.47% | 0.59% | - |
| XYZ | 16.66 | 24.5 | 16.68 | - |
| YUV | 123.71 | 116.31 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 103 | 0.47 | 0 | 0.31 | 0.41 | 139.71 | 0.3 | 0.45 |
| Hex | 50 | 96 | 67 | 2F | 0 | 1F | 29 | 8C | 1E | 2D |
| Octal | 120 | 226 | 147 | 57 | 0 | 37 | 51 | 214 | 36 | 55 |
| Binary | 1010000 | 10010110 | 1100111 | 101111 | 0 | 11111 | 101001 | 10001100 | 11110 | 101101 |
Color Harmonies of #509667
Complementary color
Monochromatic Colors of #509667
Black with #509667
Text Example
Text Example
White with #509667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509667; }
p { color: rgb(80,150,103); }
H1.HeaderClassName
{
color: #509667;
}
.AnyTagClassName
{
color: #509667;
}
</style>
background-color css
<style>
a { background-color: #509667; }
a { background-color: rgb(80,150,103); }
div.DivClassName
{
background-color: #509667;
}
.BgClassName
{
background-color: #509667;
}
</style>
border-color css
<style>
span { border-color: #509667; }
span { border-color: rgb(80,150,103); }
td.TdClassName
{
border-color: #509667;
}
.TagClassName
{
border-color: #509667;
}
</style>