Shades of Emerald #41C576
Tints of Emerald #41C576
RGB
CMYK
RGB Variations
Color information
#41C576 (or 0x41C576) is known color: Emerald. HEX triplet: 41, C5 and 76. RGB value is (65,197,118). Sum of RGB (Red+Green+Blue) = 65+197+118=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #41C576 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C576 is #BE3A89. Grayscale: #949494. Windows color (decimal): -12466826 or 7783745. OLE color: 7783745.
HSL color Cylindrical-coordinate representation of color #41C576: hue angle of 144.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 #41C576 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 118 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.23 |
| HSL | 144.09º | 0.53% | 0.51% | - |
| HSV(B) | 144.09º | 0.67% | 0.77% | - |
| XYZ | 25.42 | 42.36 | 23.98 | - |
| YUV | 148.53 | 110.77 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 118 | 0.67 | 0 | 0.40 | 0.23 | 144.09 | 0.53 | 0.51 |
| Hex | 41 | C5 | 76 | 43 | 0 | 28 | 17 | 90 | 35 | 33 |
| Octal | 101 | 305 | 166 | 103 | 0 | 50 | 27 | 220 | 65 | 63 |
| Binary | 1000001 | 11000101 | 1110110 | 1000011 | 0 | 101000 | 10111 | 10010000 | 110101 | 110011 |
Color Harmonies of #41C576
Complementary color
Monochromatic Colors of #41C576
Black with #41C576
Text Example
Text Example
White with #41C576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C576; }
p { color: rgb(65,197,118); }
H1.HeaderClassName
{
color: #41C576;
}
.AnyTagClassName
{
color: #41C576;
}
</style>
background-color css
<style>
a { background-color: #41C576; }
a { background-color: rgb(65,197,118); }
div.DivClassName
{
background-color: #41C576;
}
.BgClassName
{
background-color: #41C576;
}
</style>
border-color css
<style>
span { border-color: #41C576; }
span { border-color: rgb(65,197,118); }
td.TdClassName
{
border-color: #41C576;
}
.TagClassName
{
border-color: #41C576;
}
</style>