Shades of Emerald #41C371
Tints of Emerald #41C371
RGB
CMYK
RGB Variations
Color information
#41C371 (or 0x41C371) is known color: Emerald. HEX triplet: 41, C3 and 71. RGB value is (65,195,113). Sum of RGB (Red+Green+Blue) = 65+195+113=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #41C371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C371 is #BE3C8E. Grayscale: #929292. Windows color (decimal): -12467343 or 7455553. OLE color: 7455553.
HSL color Cylindrical-coordinate representation of color #41C371: hue angle of 142.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C371 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 113 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.24 |
| HSL | 142.15º | 0.52% | 0.51% | - |
| HSV(B) | 142.15º | 0.67% | 0.76% | - |
| XYZ | 24.68 | 41.35 | 22.3 | - |
| YUV | 146.78 | 108.93 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 113 | 0.67 | 0 | 0.42 | 0.24 | 142.15 | 0.52 | 0.51 |
| Hex | 41 | C3 | 71 | 43 | 0 | 2A | 18 | 8E | 34 | 33 |
| Octal | 101 | 303 | 161 | 103 | 0 | 52 | 30 | 216 | 64 | 63 |
| Binary | 1000001 | 11000011 | 1110001 | 1000011 | 0 | 101010 | 11000 | 10001110 | 110100 | 110011 |
Color Harmonies of #41C371
Complementary color
Monochromatic Colors of #41C371
Black with #41C371
Text Example
Text Example
White with #41C371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C371; }
p { color: rgb(65,195,113); }
H1.HeaderClassName
{
color: #41C371;
}
.AnyTagClassName
{
color: #41C371;
}
</style>
background-color css
<style>
a { background-color: #41C371; }
a { background-color: rgb(65,195,113); }
div.DivClassName
{
background-color: #41C371;
}
.BgClassName
{
background-color: #41C371;
}
</style>
border-color css
<style>
span { border-color: #41C371; }
span { border-color: rgb(65,195,113); }
td.TdClassName
{
border-color: #41C371;
}
.TagClassName
{
border-color: #41C371;
}
</style>