Shades of Emerald #41D36D
Tints of Emerald #41D36D
RGB
CMYK
RGB Variations
Color information
#41D36D (or 0x41D36D) is known color: Emerald. HEX triplet: 41, D3 and 6D. RGB value is (65,211,109). Sum of RGB (Red+Green+Blue) = 65+211+109=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #41D36D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D36D is #BE2C92. Grayscale: #9B9B9B. Windows color (decimal): -12463251 or 7197505. OLE color: 7197505.
HSL color Cylindrical-coordinate representation of color #41D36D: hue angle of 138.08º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D36D is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 211 | 109 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.17 |
| HSL | 138.08º | 0.62% | 0.54% | - |
| HSV(B) | 138.08º | 0.69% | 0.83% | - |
| XYZ | 28.23 | 48.82 | 22.4 | - |
| YUV | 155.72 | 101.63 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 211 | 109 | 0.69 | 0 | 0.48 | 0.17 | 138.08 | 0.62 | 0.54 |
| Hex | 41 | D3 | 6D | 45 | 0 | 30 | 11 | 8A | 3E | 36 |
| Octal | 101 | 323 | 155 | 105 | 0 | 60 | 21 | 212 | 76 | 66 |
| Binary | 1000001 | 11010011 | 1101101 | 1000101 | 0 | 110000 | 10001 | 10001010 | 111110 | 110110 |
Color Harmonies of #41D36D
Complementary color
Monochromatic Colors of #41D36D
Black with #41D36D
Text Example
Text Example
White with #41D36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D36D; }
p { color: rgb(65,211,109); }
H1.HeaderClassName
{
color: #41D36D;
}
.AnyTagClassName
{
color: #41D36D;
}
</style>
background-color css
<style>
a { background-color: #41D36D; }
a { background-color: rgb(65,211,109); }
div.DivClassName
{
background-color: #41D36D;
}
.BgClassName
{
background-color: #41D36D;
}
</style>
border-color css
<style>
span { border-color: #41D36D; }
span { border-color: rgb(65,211,109); }
td.TdClassName
{
border-color: #41D36D;
}
.TagClassName
{
border-color: #41D36D;
}
</style>