Shades of Chateau Green #50AC64
Tints of Chateau Green #50AC64
RGB
CMYK
RGB Variations
Color information
#50AC64 (or 0x50AC64) is known color: Chateau Green. HEX triplet: 50, AC and 64. RGB value is (80,172,100). Sum of RGB (Red+Green+Blue) = 80+172+100=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AC64 is #AF539B. Grayscale: #888888. Windows color (decimal): -11490204 or 6597712. OLE color: 6597712.
HSL color Cylindrical-coordinate representation of color #50AC64: hue angle of 133.04º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AC64 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 100 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.33 |
| HSL | 133.04º | 0.37% | 0.49% | - |
| HSV(B) | 133.04º | 0.53% | 0.67% | - |
| XYZ | 20.36 | 32.13 | 17.19 | - |
| YUV | 136.28 | 107.52 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 100 | 0.53 | 0 | 0.42 | 0.33 | 133.04 | 0.37 | 0.49 |
| Hex | 50 | AC | 64 | 35 | 0 | 2A | 21 | 85 | 25 | 31 |
| Octal | 120 | 254 | 144 | 65 | 0 | 52 | 41 | 205 | 45 | 61 |
| Binary | 1010000 | 10101100 | 1100100 | 110101 | 0 | 101010 | 100001 | 10000101 | 100101 | 110001 |
Color Harmonies of #50AC64
Complementary color
Monochromatic Colors of #50AC64
Black with #50AC64
Text Example
Text Example
White with #50AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC64; }
p { color: rgb(80,172,100); }
H1.HeaderClassName
{
color: #50AC64;
}
.AnyTagClassName
{
color: #50AC64;
}
</style>
background-color css
<style>
a { background-color: #50AC64; }
a { background-color: rgb(80,172,100); }
div.DivClassName
{
background-color: #50AC64;
}
.BgClassName
{
background-color: #50AC64;
}
</style>
border-color css
<style>
span { border-color: #50AC64; }
span { border-color: rgb(80,172,100); }
td.TdClassName
{
border-color: #50AC64;
}
.TagClassName
{
border-color: #50AC64;
}
</style>