Shades of Chateau Green #50955F
Tints of Chateau Green #50955F
RGB
CMYK
RGB Variations
Color information
#50955F (or 0x50955F) is known color: Chateau Green. HEX triplet: 50, 95 and 5F. RGB value is (80,149,95). Sum of RGB (Red+Green+Blue) = 80+149+95=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #50955F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50955F is #AF6AA0. Grayscale: #7A7A7A. Windows color (decimal): -11496097 or 6264144. OLE color: 6264144.
HSL color Cylindrical-coordinate representation of color #50955F: hue angle of 133.04º 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 #50955F is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 149 | 95 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.42 |
| HSL | 133.04º | 0.3% | 0.45% | - |
| HSV(B) | 133.04º | 0.46% | 0.58% | - |
| XYZ | 16.12 | 24.03 | 14.61 | - |
| YUV | 122.21 | 112.64 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 95 | 0.46 | 0 | 0.36 | 0.42 | 133.04 | 0.3 | 0.45 |
| Hex | 50 | 95 | 5F | 2E | 0 | 24 | 2A | 85 | 1E | 2D |
| Octal | 120 | 225 | 137 | 56 | 0 | 44 | 52 | 205 | 36 | 55 |
| Binary | 1010000 | 10010101 | 1011111 | 101110 | 0 | 100100 | 101010 | 10000101 | 11110 | 101101 |
Color Harmonies of #50955F
Complementary color
Monochromatic Colors of #50955F
Black with #50955F
Text Example
Text Example
White with #50955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50955F; }
p { color: rgb(80,149,95); }
H1.HeaderClassName
{
color: #50955F;
}
.AnyTagClassName
{
color: #50955F;
}
</style>
background-color css
<style>
a { background-color: #50955F; }
a { background-color: rgb(80,149,95); }
div.DivClassName
{
background-color: #50955F;
}
.BgClassName
{
background-color: #50955F;
}
</style>
border-color css
<style>
span { border-color: #50955F; }
span { border-color: rgb(80,149,95); }
td.TdClassName
{
border-color: #50955F;
}
.TagClassName
{
border-color: #50955F;
}
</style>