Shades of Chateau Green #50945C
Tints of Chateau Green #50945C
RGB
CMYK
RGB Variations
Color information
#50945C (or 0x50945C) is known color: Chateau Green. HEX triplet: 50, 94 and 5C. RGB value is (80,148,92). Sum of RGB (Red+Green+Blue) = 80+148+92=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #50945C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50945C is #AF6BA3. Grayscale: #797979. Windows color (decimal): -11496356 or 6067280. OLE color: 6067280.
HSL color Cylindrical-coordinate representation of color #50945C: hue angle of 130.59º 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 #50945C is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 148 | 92 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.42 |
| HSL | 130.59º | 0.3% | 0.45% | - |
| HSV(B) | 130.59º | 0.46% | 0.58% | - |
| XYZ | 15.83 | 23.66 | 13.86 | - |
| YUV | 121.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 92 | 0.46 | 0 | 0.38 | 0.42 | 130.59 | 0.3 | 0.45 |
| Hex | 50 | 94 | 5C | 2E | 0 | 26 | 2A | 83 | 1E | 2D |
| Octal | 120 | 224 | 134 | 56 | 0 | 46 | 52 | 203 | 36 | 55 |
| Binary | 1010000 | 10010100 | 1011100 | 101110 | 0 | 100110 | 101010 | 10000011 | 11110 | 101101 |
Color Harmonies of #50945C
Complementary color
Monochromatic Colors of #50945C
Black with #50945C
Text Example
Text Example
White with #50945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50945C; }
p { color: rgb(80,148,92); }
H1.HeaderClassName
{
color: #50945C;
}
.AnyTagClassName
{
color: #50945C;
}
</style>
background-color css
<style>
a { background-color: #50945C; }
a { background-color: rgb(80,148,92); }
div.DivClassName
{
background-color: #50945C;
}
.BgClassName
{
background-color: #50945C;
}
</style>
border-color css
<style>
span { border-color: #50945C; }
span { border-color: rgb(80,148,92); }
td.TdClassName
{
border-color: #50945C;
}
.TagClassName
{
border-color: #50945C;
}
</style>