Shades of Chateau Green #50A264
Tints of Chateau Green #50A264
RGB
CMYK
RGB Variations
Color information
#50A264 (or 0x50A264) is known color: Chateau Green. HEX triplet: 50, A2 and 64. RGB value is (80,162,100). Sum of RGB (Red+Green+Blue) = 80+162+100=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #50A264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A264 is #AF5D9B. Grayscale: #828282. Windows color (decimal): -11492764 or 6595152. OLE color: 6595152.
HSL color Cylindrical-coordinate representation of color #50A264: hue angle of 134.63º 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 #50A264 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 100 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.36 |
| HSL | 134.63º | 0.34% | 0.47% | - |
| HSV(B) | 134.63º | 0.51% | 0.64% | - |
| XYZ | 18.53 | 28.47 | 16.57 | - |
| YUV | 130.41 | 110.83 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 100 | 0.51 | 0 | 0.38 | 0.36 | 134.63 | 0.34 | 0.47 |
| Hex | 50 | A2 | 64 | 33 | 0 | 26 | 24 | 87 | 22 | 2F |
| Octal | 120 | 242 | 144 | 63 | 0 | 46 | 44 | 207 | 42 | 57 |
| Binary | 1010000 | 10100010 | 1100100 | 110011 | 0 | 100110 | 100100 | 10000111 | 100010 | 101111 |
Color Harmonies of #50A264
Complementary color
Monochromatic Colors of #50A264
Black with #50A264
Text Example
Text Example
White with #50A264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A264; }
p { color: rgb(80,162,100); }
H1.HeaderClassName
{
color: #50A264;
}
.AnyTagClassName
{
color: #50A264;
}
</style>
background-color css
<style>
a { background-color: #50A264; }
a { background-color: rgb(80,162,100); }
div.DivClassName
{
background-color: #50A264;
}
.BgClassName
{
background-color: #50A264;
}
</style>
border-color css
<style>
span { border-color: #50A264; }
span { border-color: rgb(80,162,100); }
td.TdClassName
{
border-color: #50A264;
}
.TagClassName
{
border-color: #50A264;
}
</style>