Shades of Emerald #41C378
Tints of Emerald #41C378
RGB
CMYK
RGB Variations
Color information
#41C378 (or 0x41C378) is known color: Emerald. HEX triplet: 41, C3 and 78. RGB value is (65,195,120). Sum of RGB (Red+Green+Blue) = 65+195+120=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #41C378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C378 is #BE3C87. Grayscale: #939393. Windows color (decimal): -12467336 or 7914305. OLE color: 7914305.
HSL color Cylindrical-coordinate representation of color #41C378: hue angle of 145.38º 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 #41C378 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 120 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.24 |
| HSL | 145.38º | 0.52% | 0.51% | - |
| HSV(B) | 145.38º | 0.67% | 0.76% | - |
| XYZ | 25.09 | 41.51 | 24.46 | - |
| YUV | 147.58 | 112.43 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 120 | 0.67 | 0 | 0.38 | 0.24 | 145.38 | 0.52 | 0.51 |
| Hex | 41 | C3 | 78 | 43 | 0 | 26 | 18 | 91 | 34 | 33 |
| Octal | 101 | 303 | 170 | 103 | 0 | 46 | 30 | 221 | 64 | 63 |
| Binary | 1000001 | 11000011 | 1111000 | 1000011 | 0 | 100110 | 11000 | 10010001 | 110100 | 110011 |
Color Harmonies of #41C378
Complementary color
Monochromatic Colors of #41C378
Black with #41C378
Text Example
Text Example
White with #41C378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C378; }
p { color: rgb(65,195,120); }
H1.HeaderClassName
{
color: #41C378;
}
.AnyTagClassName
{
color: #41C378;
}
</style>
background-color css
<style>
a { background-color: #41C378; }
a { background-color: rgb(65,195,120); }
div.DivClassName
{
background-color: #41C378;
}
.BgClassName
{
background-color: #41C378;
}
</style>
border-color css
<style>
span { border-color: #41C378; }
span { border-color: rgb(65,195,120); }
td.TdClassName
{
border-color: #41C378;
}
.TagClassName
{
border-color: #41C378;
}
</style>