Shades of Shamrock #41CCA1
Tints of Shamrock #41CCA1
RGB
CMYK
RGB Variations
Color information
#41CCA1 (or 0x41CCA1) is known color: Shamrock. HEX triplet: 41, CC and A1. RGB value is (65,204,161). Sum of RGB (Red+Green+Blue) = 65+204+161=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #41CCA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CCA1 is #BE335E. Grayscale: #9D9D9D. Windows color (decimal): -12464991 or 10603585. OLE color: 10603585.
HSL color Cylindrical-coordinate representation of color #41CCA1: hue angle of 161.44º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CCA1 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 204 | 161 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.2 |
| HSL | 161.44º | 0.58% | 0.53% | - |
| HSV(B) | 161.44º | 0.68% | 0.8% | - |
| XYZ | 30.21 | 46.88 | 41.18 | - |
| YUV | 157.54 | 129.95 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 161 | 0.68 | 0 | 0.21 | 0.2 | 161.44 | 0.58 | 0.53 |
| Hex | 41 | CC | A1 | 44 | 0 | 15 | 14 | A1 | 3A | 35 |
| Octal | 101 | 314 | 241 | 104 | 0 | 25 | 24 | 241 | 72 | 65 |
| Binary | 1000001 | 11001100 | 10100001 | 1000100 | 0 | 10101 | 10100 | 10100001 | 111010 | 110101 |
Color Harmonies of #41CCA1
Complementary color
Monochromatic Colors of #41CCA1
Black with #41CCA1
Text Example
Text Example
White with #41CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CCA1; }
p { color: rgb(65,204,161); }
H1.HeaderClassName
{
color: #41CCA1;
}
.AnyTagClassName
{
color: #41CCA1;
}
</style>
background-color css
<style>
a { background-color: #41CCA1; }
a { background-color: rgb(65,204,161); }
div.DivClassName
{
background-color: #41CCA1;
}
.BgClassName
{
background-color: #41CCA1;
}
</style>
border-color css
<style>
span { border-color: #41CCA1; }
span { border-color: rgb(65,204,161); }
td.TdClassName
{
border-color: #41CCA1;
}
.TagClassName
{
border-color: #41CCA1;
}
</style>