Shades of Emerald #41C377
Tints of Emerald #41C377
RGB
CMYK
RGB Variations
Color information
#41C377 (or 0x41C377) is known color: Emerald. HEX triplet: 41, C3 and 77. RGB value is (65,195,119). Sum of RGB (Red+Green+Blue) = 65+195+119=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #41C377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C377 is #BE3C88. Grayscale: #939393. Windows color (decimal): -12467337 or 7848769. OLE color: 7848769.
HSL color Cylindrical-coordinate representation of color #41C377: hue angle of 144.92º 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 #41C377 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 119 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.24 |
| HSL | 144.92º | 0.52% | 0.51% | - |
| HSV(B) | 144.92º | 0.67% | 0.76% | - |
| XYZ | 25.02 | 41.49 | 24.14 | - |
| YUV | 147.47 | 111.93 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 119 | 0.67 | 0 | 0.39 | 0.24 | 144.92 | 0.52 | 0.51 |
| Hex | 41 | C3 | 77 | 43 | 0 | 27 | 18 | 91 | 34 | 33 |
| Octal | 101 | 303 | 167 | 103 | 0 | 47 | 30 | 221 | 64 | 63 |
| Binary | 1000001 | 11000011 | 1110111 | 1000011 | 0 | 100111 | 11000 | 10010001 | 110100 | 110011 |
Color Harmonies of #41C377
Complementary color
Monochromatic Colors of #41C377
Black with #41C377
Text Example
Text Example
White with #41C377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C377; }
p { color: rgb(65,195,119); }
H1.HeaderClassName
{
color: #41C377;
}
.AnyTagClassName
{
color: #41C377;
}
</style>
background-color css
<style>
a { background-color: #41C377; }
a { background-color: rgb(65,195,119); }
div.DivClassName
{
background-color: #41C377;
}
.BgClassName
{
background-color: #41C377;
}
</style>
border-color css
<style>
span { border-color: #41C377; }
span { border-color: rgb(65,195,119); }
td.TdClassName
{
border-color: #41C377;
}
.TagClassName
{
border-color: #41C377;
}
</style>