Shades of Chateau Green #50905F
Tints of Chateau Green #50905F
RGB
CMYK
RGB Variations
Color information
#50905F (or 0x50905F) is known color: Chateau Green. HEX triplet: 50, 90 and 5F. RGB value is (80,144,95). Sum of RGB (Red+Green+Blue) = 80+144+95=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #50905F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50905F is #AF6FA0. Grayscale: #777777. Windows color (decimal): -11497377 or 6262864. OLE color: 6262864.
HSL color Cylindrical-coordinate representation of color #50905F: hue angle of 134.06º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50905F is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 95 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.44 |
| HSL | 134.06º | 0.29% | 0.44% | - |
| HSV(B) | 134.06º | 0.44% | 0.56% | - |
| XYZ | 15.35 | 22.48 | 14.36 | - |
| YUV | 119.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 95 | 0.44 | 0 | 0.34 | 0.44 | 134.06 | 0.29 | 0.44 |
| Hex | 50 | 90 | 5F | 2C | 0 | 22 | 2C | 86 | 1D | 2C |
| Octal | 120 | 220 | 137 | 54 | 0 | 42 | 54 | 206 | 35 | 54 |
| Binary | 1010000 | 10010000 | 1011111 | 101100 | 0 | 100010 | 101100 | 10000110 | 11101 | 101100 |
Color Harmonies of #50905F
Complementary color
Monochromatic Colors of #50905F
Black with #50905F
Text Example
Text Example
White with #50905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50905F; }
p { color: rgb(80,144,95); }
H1.HeaderClassName
{
color: #50905F;
}
.AnyTagClassName
{
color: #50905F;
}
</style>
background-color css
<style>
a { background-color: #50905F; }
a { background-color: rgb(80,144,95); }
div.DivClassName
{
background-color: #50905F;
}
.BgClassName
{
background-color: #50905F;
}
</style>
border-color css
<style>
span { border-color: #50905F; }
span { border-color: rgb(80,144,95); }
td.TdClassName
{
border-color: #50905F;
}
.TagClassName
{
border-color: #50905F;
}
</style>