Shades of Chateau Green #50915C
Tints of Chateau Green #50915C
RGB
CMYK
RGB Variations
Color information
#50915C (or 0x50915C) is known color: Chateau Green. HEX triplet: 50, 91 and 5C. RGB value is (80,145,92). Sum of RGB (Red+Green+Blue) = 80+145+92=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #50915C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50915C is #AF6EA3. Grayscale: #777777. Windows color (decimal): -11497124 or 6066512. OLE color: 6066512.
HSL color Cylindrical-coordinate representation of color #50915C: hue angle of 131.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50915C is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 92 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.43 |
| HSL | 131.08º | 0.29% | 0.44% | - |
| HSV(B) | 131.08º | 0.45% | 0.57% | - |
| XYZ | 15.37 | 22.73 | 13.7 | - |
| YUV | 119.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 92 | 0.45 | 0 | 0.37 | 0.43 | 131.08 | 0.29 | 0.44 |
| Hex | 50 | 91 | 5C | 2D | 0 | 25 | 2B | 83 | 1D | 2C |
| Octal | 120 | 221 | 134 | 55 | 0 | 45 | 53 | 203 | 35 | 54 |
| Binary | 1010000 | 10010001 | 1011100 | 101101 | 0 | 100101 | 101011 | 10000011 | 11101 | 101100 |
Color Harmonies of #50915C
Complementary color
Monochromatic Colors of #50915C
Black with #50915C
Text Example
Text Example
White with #50915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50915C; }
p { color: rgb(80,145,92); }
H1.HeaderClassName
{
color: #50915C;
}
.AnyTagClassName
{
color: #50915C;
}
</style>
background-color css
<style>
a { background-color: #50915C; }
a { background-color: rgb(80,145,92); }
div.DivClassName
{
background-color: #50915C;
}
.BgClassName
{
background-color: #50915C;
}
</style>
border-color css
<style>
span { border-color: #50915C; }
span { border-color: rgb(80,145,92); }
td.TdClassName
{
border-color: #50915C;
}
.TagClassName
{
border-color: #50915C;
}
</style>