Shades of Chateau Green #50A162
Tints of Chateau Green #50A162
RGB
CMYK
RGB Variations
Color information
#50A162 (or 0x50A162) is known color: Chateau Green. HEX triplet: 50, A1 and 62. RGB value is (80,161,98). Sum of RGB (Red+Green+Blue) = 80+161+98=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #50A162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A162 is #AF5E9D. Grayscale: #818181. Windows color (decimal): -11493022 or 6463824. OLE color: 6463824.
HSL color Cylindrical-coordinate representation of color #50A162: hue angle of 133.33º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A162 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 98 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.37 |
| HSL | 133.33º | 0.34% | 0.47% | - |
| HSV(B) | 133.33º | 0.5% | 0.63% | - |
| XYZ | 18.26 | 28.08 | 16.01 | - |
| YUV | 129.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 98 | 0.50 | 0 | 0.39 | 0.37 | 133.33 | 0.34 | 0.47 |
| Hex | 50 | A1 | 62 | 32 | 0 | 27 | 25 | 85 | 22 | 2F |
| Octal | 120 | 241 | 142 | 62 | 0 | 47 | 45 | 205 | 42 | 57 |
| Binary | 1010000 | 10100001 | 1100010 | 110010 | 0 | 100111 | 100101 | 10000101 | 100010 | 101111 |
Color Harmonies of #50A162
Complementary color
Monochromatic Colors of #50A162
Black with #50A162
Text Example
Text Example
White with #50A162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A162; }
p { color: rgb(80,161,98); }
H1.HeaderClassName
{
color: #50A162;
}
.AnyTagClassName
{
color: #50A162;
}
</style>
background-color css
<style>
a { background-color: #50A162; }
a { background-color: rgb(80,161,98); }
div.DivClassName
{
background-color: #50A162;
}
.BgClassName
{
background-color: #50A162;
}
</style>
border-color css
<style>
span { border-color: #50A162; }
span { border-color: rgb(80,161,98); }
td.TdClassName
{
border-color: #50A162;
}
.TagClassName
{
border-color: #50A162;
}
</style>