Shades of Chateau Green #50965D
Tints of Chateau Green #50965D
RGB
CMYK
RGB Variations
Color information
#50965D (or 0x50965D) is known color: Chateau Green. HEX triplet: 50, 96 and 5D. RGB value is (80,150,93). Sum of RGB (Red+Green+Blue) = 80+150+93=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #50965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50965D is #AF69A2. Grayscale: #7A7A7A. Windows color (decimal): -11495843 or 6133328. OLE color: 6133328.
HSL color Cylindrical-coordinate representation of color #50965D: hue angle of 131.14º 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 #50965D is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 93 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.41 |
| HSL | 131.14º | 0.3% | 0.45% | - |
| HSV(B) | 131.14º | 0.47% | 0.59% | - |
| XYZ | 16.19 | 24.31 | 14.19 | - |
| YUV | 122.57 | 111.31 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 93 | 0.47 | 0 | 0.38 | 0.41 | 131.14 | 0.3 | 0.45 |
| Hex | 50 | 96 | 5D | 2F | 0 | 26 | 29 | 83 | 1E | 2D |
| Octal | 120 | 226 | 135 | 57 | 0 | 46 | 51 | 203 | 36 | 55 |
| Binary | 1010000 | 10010110 | 1011101 | 101111 | 0 | 100110 | 101001 | 10000011 | 11110 | 101101 |
Color Harmonies of #50965D
Complementary color
Monochromatic Colors of #50965D
Black with #50965D
Text Example
Text Example
White with #50965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50965D; }
p { color: rgb(80,150,93); }
H1.HeaderClassName
{
color: #50965D;
}
.AnyTagClassName
{
color: #50965D;
}
</style>
background-color css
<style>
a { background-color: #50965D; }
a { background-color: rgb(80,150,93); }
div.DivClassName
{
background-color: #50965D;
}
.BgClassName
{
background-color: #50965D;
}
</style>
border-color css
<style>
span { border-color: #50965D; }
span { border-color: rgb(80,150,93); }
td.TdClassName
{
border-color: #50965D;
}
.TagClassName
{
border-color: #50965D;
}
</style>