Shades of Chateau Green #50985D
Tints of Chateau Green #50985D
RGB
CMYK
RGB Variations
Color information
#50985D (or 0x50985D) is known color: Chateau Green. HEX triplet: 50, 98 and 5D. RGB value is (80,152,93). Sum of RGB (Red+Green+Blue) = 80+152+93=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #50985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50985D is #AF67A2. Grayscale: #7B7B7B. Windows color (decimal): -11495331 or 6133840. OLE color: 6133840.
HSL color Cylindrical-coordinate representation of color #50985D: hue angle of 130.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50985D is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 152 | 93 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.40 |
| HSL | 130.83º | 0.31% | 0.45% | - |
| HSV(B) | 130.83º | 0.47% | 0.6% | - |
| XYZ | 16.51 | 24.95 | 14.3 | - |
| YUV | 123.75 | 110.65 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 93 | 0.47 | 0 | 0.39 | 0.40 | 130.83 | 0.31 | 0.45 |
| Hex | 50 | 98 | 5D | 2F | 0 | 27 | 28 | 83 | 1F | 2D |
| Octal | 120 | 230 | 135 | 57 | 0 | 47 | 50 | 203 | 37 | 55 |
| Binary | 1010000 | 10011000 | 1011101 | 101111 | 0 | 100111 | 101000 | 10000011 | 11111 | 101101 |
Color Harmonies of #50985D
Complementary color
Monochromatic Colors of #50985D
Black with #50985D
Text Example
Text Example
White with #50985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50985D; }
p { color: rgb(80,152,93); }
H1.HeaderClassName
{
color: #50985D;
}
.AnyTagClassName
{
color: #50985D;
}
</style>
background-color css
<style>
a { background-color: #50985D; }
a { background-color: rgb(80,152,93); }
div.DivClassName
{
background-color: #50985D;
}
.BgClassName
{
background-color: #50985D;
}
</style>
border-color css
<style>
span { border-color: #50985D; }
span { border-color: rgb(80,152,93); }
td.TdClassName
{
border-color: #50985D;
}
.TagClassName
{
border-color: #50985D;
}
</style>