Shades of Emerald #41C36F
Tints of Emerald #41C36F
RGB
CMYK
RGB Variations
Color information
#41C36F (or 0x41C36F) is known color: Emerald. HEX triplet: 41, C3 and 6F. RGB value is (65,195,111). Sum of RGB (Red+Green+Blue) = 65+195+111=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #41C36F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C36F is #BE3C90. Grayscale: #929292. Windows color (decimal): -12467345 or 7324481. OLE color: 7324481.
HSL color Cylindrical-coordinate representation of color #41C36F: hue angle of 141.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 #41C36F is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 111 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.24 |
| HSL | 141.23º | 0.52% | 0.51% | - |
| HSV(B) | 141.23º | 0.67% | 0.76% | - |
| XYZ | 24.56 | 41.3 | 21.72 | - |
| YUV | 146.55 | 107.93 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 111 | 0.67 | 0 | 0.43 | 0.24 | 141.23 | 0.52 | 0.51 |
| Hex | 41 | C3 | 6F | 43 | 0 | 2B | 18 | 8D | 34 | 33 |
| Octal | 101 | 303 | 157 | 103 | 0 | 53 | 30 | 215 | 64 | 63 |
| Binary | 1000001 | 11000011 | 1101111 | 1000011 | 0 | 101011 | 11000 | 10001101 | 110100 | 110011 |
Color Harmonies of #41C36F
Complementary color
Monochromatic Colors of #41C36F
Black with #41C36F
Text Example
Text Example
White with #41C36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C36F; }
p { color: rgb(65,195,111); }
H1.HeaderClassName
{
color: #41C36F;
}
.AnyTagClassName
{
color: #41C36F;
}
</style>
background-color css
<style>
a { background-color: #41C36F; }
a { background-color: rgb(65,195,111); }
div.DivClassName
{
background-color: #41C36F;
}
.BgClassName
{
background-color: #41C36F;
}
</style>
border-color css
<style>
span { border-color: #41C36F; }
span { border-color: rgb(65,195,111); }
td.TdClassName
{
border-color: #41C36F;
}
.TagClassName
{
border-color: #41C36F;
}
</style>