Shades of Emerald #41C560
Tints of Emerald #41C560
RGB
CMYK
RGB Variations
Color information
#41C560 (or 0x41C560) is known color: Emerald. HEX triplet: 41, C5 and 60. RGB value is (65,197,96). Sum of RGB (Red+Green+Blue) = 65+197+96=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #41C560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C560 is #BE3A9F. Grayscale: #929292. Windows color (decimal): -12466848 or 6341953. OLE color: 6341953.
HSL color Cylindrical-coordinate representation of color #41C560: hue angle of 134.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C560 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 96 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.23 |
| HSL | 134.09º | 0.53% | 0.51% | - |
| HSV(B) | 134.09º | 0.67% | 0.77% | - |
| XYZ | 24.26 | 41.9 | 17.88 | - |
| YUV | 146.02 | 99.77 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 96 | 0.67 | 0 | 0.51 | 0.23 | 134.09 | 0.53 | 0.51 |
| Hex | 41 | C5 | 60 | 43 | 0 | 33 | 17 | 86 | 35 | 33 |
| Octal | 101 | 305 | 140 | 103 | 0 | 63 | 27 | 206 | 65 | 63 |
| Binary | 1000001 | 11000101 | 1100000 | 1000011 | 0 | 110011 | 10111 | 10000110 | 110101 | 110011 |
Color Harmonies of #41C560
Complementary color
Monochromatic Colors of #41C560
Black with #41C560
Text Example
Text Example
White with #41C560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C560; }
p { color: rgb(65,197,96); }
H1.HeaderClassName
{
color: #41C560;
}
.AnyTagClassName
{
color: #41C560;
}
</style>
background-color css
<style>
a { background-color: #41C560; }
a { background-color: rgb(65,197,96); }
div.DivClassName
{
background-color: #41C560;
}
.BgClassName
{
background-color: #41C560;
}
</style>
border-color css
<style>
span { border-color: #41C560; }
span { border-color: rgb(65,197,96); }
td.TdClassName
{
border-color: #41C560;
}
.TagClassName
{
border-color: #41C560;
}
</style>