Shades of Shamrock #41C3A3
Tints of Shamrock #41C3A3
RGB
CMYK
RGB Variations
Color information
#41C3A3 (or 0x41C3A3) is known color: Shamrock. HEX triplet: 41, C3 and A3. RGB value is (65,195,163). Sum of RGB (Red+Green+Blue) = 65+195+163=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #41C3A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C3A3 is #BE3C5C. Grayscale: #989898. Windows color (decimal): -12467293 or 10732353. OLE color: 10732353.
HSL color Cylindrical-coordinate representation of color #41C3A3: hue angle of 165.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C3A3 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 163 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.24 |
| HSL | 165.23º | 0.52% | 0.51% | - |
| HSV(B) | 165.23º | 0.67% | 0.76% | - |
| XYZ | 28.31 | 42.8 | 41.42 | - |
| YUV | 152.48 | 133.93 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 163 | 0.67 | 0 | 0.16 | 0.24 | 165.23 | 0.52 | 0.51 |
| Hex | 41 | C3 | A3 | 43 | 0 | 10 | 18 | A5 | 34 | 33 |
| Octal | 101 | 303 | 243 | 103 | 0 | 20 | 30 | 245 | 64 | 63 |
| Binary | 1000001 | 11000011 | 10100011 | 1000011 | 0 | 10000 | 11000 | 10100101 | 110100 | 110011 |
Color Harmonies of #41C3A3
Complementary color
Monochromatic Colors of #41C3A3
Black with #41C3A3
Text Example
Text Example
White with #41C3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C3A3; }
p { color: rgb(65,195,163); }
H1.HeaderClassName
{
color: #41C3A3;
}
.AnyTagClassName
{
color: #41C3A3;
}
</style>
background-color css
<style>
a { background-color: #41C3A3; }
a { background-color: rgb(65,195,163); }
div.DivClassName
{
background-color: #41C3A3;
}
.BgClassName
{
background-color: #41C3A3;
}
</style>
border-color css
<style>
span { border-color: #41C3A3; }
span { border-color: rgb(65,195,163); }
td.TdClassName
{
border-color: #41C3A3;
}
.TagClassName
{
border-color: #41C3A3;
}
</style>