Shades of Shamrock #41C29B
Tints of Shamrock #41C29B
RGB
CMYK
RGB Variations
Color information
#41C29B (or 0x41C29B) is known color: Shamrock. HEX triplet: 41, C2 and 9B. RGB value is (65,194,155). Sum of RGB (Red+Green+Blue) = 65+194+155=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #41C29B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C29B is #BE3D64. Grayscale: #979797. Windows color (decimal): -12467557 or 10207809. OLE color: 10207809.
HSL color Cylindrical-coordinate representation of color #41C29B: hue angle of 161.86º 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 #41C29B is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 155 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.24 |
| HSL | 161.86º | 0.51% | 0.51% | - |
| HSV(B) | 161.86º | 0.66% | 0.76% | - |
| XYZ | 27.39 | 42.07 | 37.69 | - |
| YUV | 150.98 | 130.26 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 155 | 0.66 | 0 | 0.20 | 0.24 | 161.86 | 0.51 | 0.51 |
| Hex | 41 | C2 | 9B | 42 | 0 | 14 | 18 | A2 | 33 | 33 |
| Octal | 101 | 302 | 233 | 102 | 0 | 24 | 30 | 242 | 63 | 63 |
| Binary | 1000001 | 11000010 | 10011011 | 1000010 | 0 | 10100 | 11000 | 10100010 | 110011 | 110011 |
Color Harmonies of #41C29B
Complementary color
Monochromatic Colors of #41C29B
Black with #41C29B
Text Example
Text Example
White with #41C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C29B; }
p { color: rgb(65,194,155); }
H1.HeaderClassName
{
color: #41C29B;
}
.AnyTagClassName
{
color: #41C29B;
}
</style>
background-color css
<style>
a { background-color: #41C29B; }
a { background-color: rgb(65,194,155); }
div.DivClassName
{
background-color: #41C29B;
}
.BgClassName
{
background-color: #41C29B;
}
</style>
border-color css
<style>
span { border-color: #41C29B; }
span { border-color: rgb(65,194,155); }
td.TdClassName
{
border-color: #41C29B;
}
.TagClassName
{
border-color: #41C29B;
}
</style>