Shades of Chateau Green #50A261
Tints of Chateau Green #50A261
RGB
CMYK
RGB Variations
Color information
#50A261 (or 0x50A261) is known color: Chateau Green. HEX triplet: 50, A2 and 61. RGB value is (80,162,97). Sum of RGB (Red+Green+Blue) = 80+162+97=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #50A261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A261 is #AF5D9E. Grayscale: #828282. Windows color (decimal): -11492767 or 6398544. OLE color: 6398544.
HSL color Cylindrical-coordinate representation of color #50A261: hue angle of 132.44º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A261 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 97 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.36 |
| HSL | 132.44º | 0.34% | 0.47% | - |
| HSV(B) | 132.44º | 0.51% | 0.64% | - |
| XYZ | 18.39 | 28.41 | 15.82 | - |
| YUV | 130.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 97 | 0.51 | 0 | 0.40 | 0.36 | 132.44 | 0.34 | 0.47 |
| Hex | 50 | A2 | 61 | 33 | 0 | 28 | 24 | 84 | 22 | 2F |
| Octal | 120 | 242 | 141 | 63 | 0 | 50 | 44 | 204 | 42 | 57 |
| Binary | 1010000 | 10100010 | 1100001 | 110011 | 0 | 101000 | 100100 | 10000100 | 100010 | 101111 |
Color Harmonies of #50A261
Complementary color
Monochromatic Colors of #50A261
Black with #50A261
Text Example
Text Example
White with #50A261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A261; }
p { color: rgb(80,162,97); }
H1.HeaderClassName
{
color: #50A261;
}
.AnyTagClassName
{
color: #50A261;
}
</style>
background-color css
<style>
a { background-color: #50A261; }
a { background-color: rgb(80,162,97); }
div.DivClassName
{
background-color: #50A261;
}
.BgClassName
{
background-color: #50A261;
}
</style>
border-color css
<style>
span { border-color: #50A261; }
span { border-color: rgb(80,162,97); }
td.TdClassName
{
border-color: #50A261;
}
.TagClassName
{
border-color: #50A261;
}
</style>