Shades of Emerald #41C37C
Tints of Emerald #41C37C
RGB
CMYK
RGB Variations
Color information
#41C37C (or 0x41C37C) is known color: Emerald. HEX triplet: 41, C3 and 7C. RGB value is (65,195,124). Sum of RGB (Red+Green+Blue) = 65+195+124=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #41C37C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C37C is #BE3C83. Grayscale: #949494. Windows color (decimal): -12467332 or 8176449. OLE color: 8176449.
HSL color Cylindrical-coordinate representation of color #41C37C: hue angle of 147.23º 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 #41C37C is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 124 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.24 |
| HSL | 147.23º | 0.52% | 0.51% | - |
| HSV(B) | 147.23º | 0.67% | 0.76% | - |
| XYZ | 25.33 | 41.61 | 25.76 | - |
| YUV | 148.04 | 114.43 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 124 | 0.67 | 0 | 0.36 | 0.24 | 147.23 | 0.52 | 0.51 |
| Hex | 41 | C3 | 7C | 43 | 0 | 24 | 18 | 93 | 34 | 33 |
| Octal | 101 | 303 | 174 | 103 | 0 | 44 | 30 | 223 | 64 | 63 |
| Binary | 1000001 | 11000011 | 1111100 | 1000011 | 0 | 100100 | 11000 | 10010011 | 110100 | 110011 |
Color Harmonies of #41C37C
Complementary color
Monochromatic Colors of #41C37C
Black with #41C37C
Text Example
Text Example
White with #41C37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C37C; }
p { color: rgb(65,195,124); }
H1.HeaderClassName
{
color: #41C37C;
}
.AnyTagClassName
{
color: #41C37C;
}
</style>
background-color css
<style>
a { background-color: #41C37C; }
a { background-color: rgb(65,195,124); }
div.DivClassName
{
background-color: #41C37C;
}
.BgClassName
{
background-color: #41C37C;
}
</style>
border-color css
<style>
span { border-color: #41C37C; }
span { border-color: rgb(65,195,124); }
td.TdClassName
{
border-color: #41C37C;
}
.TagClassName
{
border-color: #41C37C;
}
</style>