Shades of Chateau Green #50935F
Tints of Chateau Green #50935F
RGB
CMYK
RGB Variations
Color information
#50935F (or 0x50935F) is known color: Chateau Green. HEX triplet: 50, 93 and 5F. RGB value is (80,147,95). Sum of RGB (Red+Green+Blue) = 80+147+95=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #50935F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50935F is #AF6CA0. Grayscale: #797979. Windows color (decimal): -11496609 or 6263632. OLE color: 6263632.
HSL color Cylindrical-coordinate representation of color #50935F: hue angle of 133.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 #50935F is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 95 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.42 |
| HSL | 133.43º | 0.3% | 0.45% | - |
| HSV(B) | 133.43º | 0.46% | 0.58% | - |
| XYZ | 15.81 | 23.4 | 14.51 | - |
| YUV | 121.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 95 | 0.46 | 0 | 0.35 | 0.42 | 133.43 | 0.3 | 0.45 |
| Hex | 50 | 93 | 5F | 2E | 0 | 23 | 2A | 85 | 1E | 2D |
| Octal | 120 | 223 | 137 | 56 | 0 | 43 | 52 | 205 | 36 | 55 |
| Binary | 1010000 | 10010011 | 1011111 | 101110 | 0 | 100011 | 101010 | 10000101 | 11110 | 101101 |
Color Harmonies of #50935F
Complementary color
Monochromatic Colors of #50935F
Black with #50935F
Text Example
Text Example
White with #50935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50935F; }
p { color: rgb(80,147,95); }
H1.HeaderClassName
{
color: #50935F;
}
.AnyTagClassName
{
color: #50935F;
}
</style>
background-color css
<style>
a { background-color: #50935F; }
a { background-color: rgb(80,147,95); }
div.DivClassName
{
background-color: #50935F;
}
.BgClassName
{
background-color: #50935F;
}
</style>
border-color css
<style>
span { border-color: #50935F; }
span { border-color: rgb(80,147,95); }
td.TdClassName
{
border-color: #50935F;
}
.TagClassName
{
border-color: #50935F;
}
</style>