Shades of Shamrock #41C48D
Tints of Shamrock #41C48D
RGB
CMYK
RGB Variations
Color information
#41C48D (or 0x41C48D) is known color: Shamrock. HEX triplet: 41, C4 and 8D. RGB value is (65,196,141). Sum of RGB (Red+Green+Blue) = 65+196+141=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #41C48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C48D is #BE3B72. Grayscale: #969696. Windows color (decimal): -12467059 or 9290817. OLE color: 9290817.
HSL color Cylindrical-coordinate representation of color #41C48D: hue angle of 154.81º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C48D is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 196 | 141 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.23 |
| HSL | 154.81º | 0.53% | 0.51% | - |
| HSV(B) | 154.81º | 0.67% | 0.77% | - |
| XYZ | 26.73 | 42.53 | 32 | - |
| YUV | 150.56 | 122.6 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 196 | 141 | 0.67 | 0 | 0.28 | 0.23 | 154.81 | 0.53 | 0.51 |
| Hex | 41 | C4 | 8D | 43 | 0 | 1C | 17 | 9B | 35 | 33 |
| Octal | 101 | 304 | 215 | 103 | 0 | 34 | 27 | 233 | 65 | 63 |
| Binary | 1000001 | 11000100 | 10001101 | 1000011 | 0 | 11100 | 10111 | 10011011 | 110101 | 110011 |
Color Harmonies of #41C48D
Complementary color
Monochromatic Colors of #41C48D
Black with #41C48D
Text Example
Text Example
White with #41C48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C48D; }
p { color: rgb(65,196,141); }
H1.HeaderClassName
{
color: #41C48D;
}
.AnyTagClassName
{
color: #41C48D;
}
</style>
background-color css
<style>
a { background-color: #41C48D; }
a { background-color: rgb(65,196,141); }
div.DivClassName
{
background-color: #41C48D;
}
.BgClassName
{
background-color: #41C48D;
}
</style>
border-color css
<style>
span { border-color: #41C48D; }
span { border-color: rgb(65,196,141); }
td.TdClassName
{
border-color: #41C48D;
}
.TagClassName
{
border-color: #41C48D;
}
</style>