Shades of Shamrock #41C3A6
Tints of Shamrock #41C3A6
RGB
CMYK
RGB Variations
Color information
#41C3A6 (or 0x41C3A6) is known color: Shamrock. HEX triplet: 41, C3 and A6. RGB value is (65,195,166). Sum of RGB (Red+Green+Blue) = 65+195+166=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #41C3A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C3A6 is #BE3C59. Grayscale: #989898. Windows color (decimal): -12467290 or 10928961. OLE color: 10928961.
HSL color Cylindrical-coordinate representation of color #41C3A6: hue angle of 166.62º 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 #41C3A6 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 166 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.24 |
| HSL | 166.62º | 0.52% | 0.51% | - |
| HSV(B) | 166.62º | 0.67% | 0.76% | - |
| XYZ | 28.58 | 42.91 | 42.85 | - |
| YUV | 152.82 | 135.43 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 166 | 0.67 | 0 | 0.15 | 0.24 | 166.62 | 0.52 | 0.51 |
| Hex | 41 | C3 | A6 | 43 | 0 | F | 18 | A7 | 34 | 33 |
| Octal | 101 | 303 | 246 | 103 | 0 | 17 | 30 | 247 | 64 | 63 |
| Binary | 1000001 | 11000011 | 10100110 | 1000011 | 0 | 1111 | 11000 | 10100111 | 110100 | 110011 |
Color Harmonies of #41C3A6
Complementary color
Monochromatic Colors of #41C3A6
Black with #41C3A6
Text Example
Text Example
White with #41C3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C3A6; }
p { color: rgb(65,195,166); }
H1.HeaderClassName
{
color: #41C3A6;
}
.AnyTagClassName
{
color: #41C3A6;
}
</style>
background-color css
<style>
a { background-color: #41C3A6; }
a { background-color: rgb(65,195,166); }
div.DivClassName
{
background-color: #41C3A6;
}
.BgClassName
{
background-color: #41C3A6;
}
</style>
border-color css
<style>
span { border-color: #41C3A6; }
span { border-color: rgb(65,195,166); }
td.TdClassName
{
border-color: #41C3A6;
}
.TagClassName
{
border-color: #41C3A6;
}
</style>