Shades of Chateau Green #50955C
Tints of Chateau Green #50955C
RGB
CMYK
RGB Variations
Color information
#50955C (or 0x50955C) is known color: Chateau Green. HEX triplet: 50, 95 and 5C. RGB value is (80,149,92). Sum of RGB (Red+Green+Blue) = 80+149+92=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #50955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50955C is #AF6AA3. Grayscale: #7A7A7A. Windows color (decimal): -11496100 or 6067536. OLE color: 6067536.
HSL color Cylindrical-coordinate representation of color #50955C: hue angle of 130.43º 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 #50955C is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 149 | 92 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.42 |
| HSL | 130.43º | 0.3% | 0.45% | - |
| HSV(B) | 130.43º | 0.46% | 0.58% | - |
| XYZ | 15.99 | 23.97 | 13.91 | - |
| YUV | 121.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 92 | 0.46 | 0 | 0.38 | 0.42 | 130.43 | 0.3 | 0.45 |
| Hex | 50 | 95 | 5C | 2E | 0 | 26 | 2A | 82 | 1E | 2D |
| Octal | 120 | 225 | 134 | 56 | 0 | 46 | 52 | 202 | 36 | 55 |
| Binary | 1010000 | 10010101 | 1011100 | 101110 | 0 | 100110 | 101010 | 10000010 | 11110 | 101101 |
Color Harmonies of #50955C
Complementary color
Monochromatic Colors of #50955C
Black with #50955C
Text Example
Text Example
White with #50955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50955C; }
p { color: rgb(80,149,92); }
H1.HeaderClassName
{
color: #50955C;
}
.AnyTagClassName
{
color: #50955C;
}
</style>
background-color css
<style>
a { background-color: #50955C; }
a { background-color: rgb(80,149,92); }
div.DivClassName
{
background-color: #50955C;
}
.BgClassName
{
background-color: #50955C;
}
</style>
border-color css
<style>
span { border-color: #50955C; }
span { border-color: rgb(80,149,92); }
td.TdClassName
{
border-color: #50955C;
}
.TagClassName
{
border-color: #50955C;
}
</style>