Shades of Shamrock #41C2A3
Tints of Shamrock #41C2A3
RGB
CMYK
RGB Variations
Color information
#41C2A3 (or 0x41C2A3) is known color: Shamrock. HEX triplet: 41, C2 and A3. RGB value is (65,194,163). Sum of RGB (Red+Green+Blue) = 65+194+163=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #41C2A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C2A3 is #BE3D5C. Grayscale: #979797. Windows color (decimal): -12467549 or 10732097. OLE color: 10732097.
HSL color Cylindrical-coordinate representation of color #41C2A3: hue angle of 165.58º 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 #41C2A3 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 163 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.24 |
| HSL | 165.58º | 0.51% | 0.51% | - |
| HSV(B) | 165.58º | 0.66% | 0.76% | - |
| XYZ | 28.08 | 42.35 | 41.34 | - |
| YUV | 151.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 163 | 0.66 | 0 | 0.16 | 0.24 | 165.58 | 0.51 | 0.51 |
| Hex | 41 | C2 | A3 | 42 | 0 | 10 | 18 | A6 | 33 | 33 |
| Octal | 101 | 302 | 243 | 102 | 0 | 20 | 30 | 246 | 63 | 63 |
| Binary | 1000001 | 11000010 | 10100011 | 1000010 | 0 | 10000 | 11000 | 10100110 | 110011 | 110011 |
Color Harmonies of #41C2A3
Complementary color
Monochromatic Colors of #41C2A3
Black with #41C2A3
Text Example
Text Example
White with #41C2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C2A3; }
p { color: rgb(65,194,163); }
H1.HeaderClassName
{
color: #41C2A3;
}
.AnyTagClassName
{
color: #41C2A3;
}
</style>
background-color css
<style>
a { background-color: #41C2A3; }
a { background-color: rgb(65,194,163); }
div.DivClassName
{
background-color: #41C2A3;
}
.BgClassName
{
background-color: #41C2A3;
}
</style>
border-color css
<style>
span { border-color: #41C2A3; }
span { border-color: rgb(65,194,163); }
td.TdClassName
{
border-color: #41C2A3;
}
.TagClassName
{
border-color: #41C2A3;
}
</style>