Shades of Shamrock #41C290
Tints of Shamrock #41C290
RGB
CMYK
RGB Variations
Color information
#41C290 (or 0x41C290) is known color: Shamrock. HEX triplet: 41, C2 and 90. RGB value is (65,194,144). Sum of RGB (Red+Green+Blue) = 65+194+144=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #41C290 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C290 is #BE3D6F. Grayscale: #959595. Windows color (decimal): -12467568 or 9486913. OLE color: 9486913.
HSL color Cylindrical-coordinate representation of color #41C290: hue angle of 156.74º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C290 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 144 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.24 |
| HSL | 156.74º | 0.51% | 0.51% | - |
| HSV(B) | 156.74º | 0.66% | 0.76% | - |
| XYZ | 26.51 | 41.72 | 33.04 | - |
| YUV | 149.73 | 124.76 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 144 | 0.66 | 0 | 0.26 | 0.24 | 156.74 | 0.51 | 0.51 |
| Hex | 41 | C2 | 90 | 42 | 0 | 1A | 18 | 9D | 33 | 33 |
| Octal | 101 | 302 | 220 | 102 | 0 | 32 | 30 | 235 | 63 | 63 |
| Binary | 1000001 | 11000010 | 10010000 | 1000010 | 0 | 11010 | 11000 | 10011101 | 110011 | 110011 |
Color Harmonies of #41C290
Complementary color
Monochromatic Colors of #41C290
Black with #41C290
Text Example
Text Example
White with #41C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C290; }
p { color: rgb(65,194,144); }
H1.HeaderClassName
{
color: #41C290;
}
.AnyTagClassName
{
color: #41C290;
}
</style>
background-color css
<style>
a { background-color: #41C290; }
a { background-color: rgb(65,194,144); }
div.DivClassName
{
background-color: #41C290;
}
.BgClassName
{
background-color: #41C290;
}
</style>
border-color css
<style>
span { border-color: #41C290; }
span { border-color: rgb(65,194,144); }
td.TdClassName
{
border-color: #41C290;
}
.TagClassName
{
border-color: #41C290;
}
</style>