Shades of Chateau Green #50975D
Tints of Chateau Green #50975D
RGB
CMYK
RGB Variations
Color information
#50975D (or 0x50975D) is known color: Chateau Green. HEX triplet: 50, 97 and 5D. RGB value is (80,151,93). Sum of RGB (Red+Green+Blue) = 80+151+93=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #50975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50975D is #AF68A2. Grayscale: #7B7B7B. Windows color (decimal): -11495587 or 6133584. OLE color: 6133584.
HSL color Cylindrical-coordinate representation of color #50975D: hue angle of 130.99º degrees, saturation: 0.31, 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 #50975D is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 151 | 93 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.41 |
| HSL | 130.99º | 0.31% | 0.45% | - |
| HSV(B) | 130.99º | 0.47% | 0.59% | - |
| XYZ | 16.35 | 24.63 | 14.25 | - |
| YUV | 123.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 151 | 93 | 0.47 | 0 | 0.38 | 0.41 | 130.99 | 0.31 | 0.45 |
| Hex | 50 | 97 | 5D | 2F | 0 | 26 | 29 | 83 | 1F | 2D |
| Octal | 120 | 227 | 135 | 57 | 0 | 46 | 51 | 203 | 37 | 55 |
| Binary | 1010000 | 10010111 | 1011101 | 101111 | 0 | 100110 | 101001 | 10000011 | 11111 | 101101 |
Color Harmonies of #50975D
Complementary color
Monochromatic Colors of #50975D
Black with #50975D
Text Example
Text Example
White with #50975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50975D; }
p { color: rgb(80,151,93); }
H1.HeaderClassName
{
color: #50975D;
}
.AnyTagClassName
{
color: #50975D;
}
</style>
background-color css
<style>
a { background-color: #50975D; }
a { background-color: rgb(80,151,93); }
div.DivClassName
{
background-color: #50975D;
}
.BgClassName
{
background-color: #50975D;
}
</style>
border-color css
<style>
span { border-color: #50975D; }
span { border-color: rgb(80,151,93); }
td.TdClassName
{
border-color: #50975D;
}
.TagClassName
{
border-color: #50975D;
}
</style>