Shades of Chateau Green #50955D
Tints of Chateau Green #50955D
RGB
CMYK
RGB Variations
Color information
#50955D (or 0x50955D) is known color: Chateau Green. HEX triplet: 50, 95 and 5D. RGB value is (80,149,93). Sum of RGB (Red+Green+Blue) = 80+149+93=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #50955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50955D is #AF6AA2. Grayscale: #7A7A7A. Windows color (decimal): -11496099 or 6133072. OLE color: 6133072.
HSL color Cylindrical-coordinate representation of color #50955D: hue angle of 131.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50955D is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 149 | 93 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.42 |
| HSL | 131.3º | 0.3% | 0.45% | - |
| HSV(B) | 131.3º | 0.46% | 0.58% | - |
| XYZ | 16.03 | 23.99 | 14.14 | - |
| YUV | 121.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 93 | 0.46 | 0 | 0.38 | 0.42 | 131.3 | 0.3 | 0.45 |
| Hex | 50 | 95 | 5D | 2E | 0 | 26 | 2A | 83 | 1E | 2D |
| Octal | 120 | 225 | 135 | 56 | 0 | 46 | 52 | 203 | 36 | 55 |
| Binary | 1010000 | 10010101 | 1011101 | 101110 | 0 | 100110 | 101010 | 10000011 | 11110 | 101101 |
Color Harmonies of #50955D
Complementary color
Monochromatic Colors of #50955D
Black with #50955D
Text Example
Text Example
White with #50955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50955D; }
p { color: rgb(80,149,93); }
H1.HeaderClassName
{
color: #50955D;
}
.AnyTagClassName
{
color: #50955D;
}
</style>
background-color css
<style>
a { background-color: #50955D; }
a { background-color: rgb(80,149,93); }
div.DivClassName
{
background-color: #50955D;
}
.BgClassName
{
background-color: #50955D;
}
</style>
border-color css
<style>
span { border-color: #50955D; }
span { border-color: rgb(80,149,93); }
td.TdClassName
{
border-color: #50955D;
}
.TagClassName
{
border-color: #50955D;
}
</style>