Shades of Emerald #41C37D
Tints of Emerald #41C37D
RGB
CMYK
RGB Variations
Color information
#41C37D (or 0x41C37D) is known color: Emerald. HEX triplet: 41, C3 and 7D. RGB value is (65,195,125). Sum of RGB (Red+Green+Blue) = 65+195+125=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #41C37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C37D is #BE3C82. Grayscale: #949494. Windows color (decimal): -12467331 or 8241985. OLE color: 8241985.
HSL color Cylindrical-coordinate representation of color #41C37D: hue angle of 147.69º 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 #41C37D is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 125 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.24 |
| HSL | 147.69º | 0.52% | 0.51% | - |
| HSV(B) | 147.69º | 0.67% | 0.76% | - |
| XYZ | 25.4 | 41.63 | 26.1 | - |
| YUV | 148.15 | 114.93 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 125 | 0.67 | 0 | 0.36 | 0.24 | 147.69 | 0.52 | 0.51 |
| Hex | 41 | C3 | 7D | 43 | 0 | 24 | 18 | 94 | 34 | 33 |
| Octal | 101 | 303 | 175 | 103 | 0 | 44 | 30 | 224 | 64 | 63 |
| Binary | 1000001 | 11000011 | 1111101 | 1000011 | 0 | 100100 | 11000 | 10010100 | 110100 | 110011 |
Color Harmonies of #41C37D
Complementary color
Monochromatic Colors of #41C37D
Black with #41C37D
Text Example
Text Example
White with #41C37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C37D; }
p { color: rgb(65,195,125); }
H1.HeaderClassName
{
color: #41C37D;
}
.AnyTagClassName
{
color: #41C37D;
}
</style>
background-color css
<style>
a { background-color: #41C37D; }
a { background-color: rgb(65,195,125); }
div.DivClassName
{
background-color: #41C37D;
}
.BgClassName
{
background-color: #41C37D;
}
</style>
border-color css
<style>
span { border-color: #41C37D; }
span { border-color: rgb(65,195,125); }
td.TdClassName
{
border-color: #41C37D;
}
.TagClassName
{
border-color: #41C37D;
}
</style>