Shades of Shamrock #41C194
Tints of Shamrock #41C194
RGB
CMYK
RGB Variations
Color information
#41C194 (or 0x41C194) is known color: Shamrock. HEX triplet: 41, C1 and 94. RGB value is (65,193,148). Sum of RGB (Red+Green+Blue) = 65+193+148=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #41C194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C194 is #BE3E6B. Grayscale: #959595. Windows color (decimal): -12467820 or 9748801. OLE color: 9748801.
HSL color Cylindrical-coordinate representation of color #41C194: hue angle of 158.91º 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 #41C194 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 193 | 148 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.24 |
| HSL | 158.91º | 0.51% | 0.51% | - |
| HSV(B) | 158.91º | 0.66% | 0.76% | - |
| XYZ | 26.6 | 41.4 | 34.61 | - |
| YUV | 149.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 193 | 148 | 0.66 | 0 | 0.23 | 0.24 | 158.91 | 0.51 | 0.51 |
| Hex | 41 | C1 | 94 | 42 | 0 | 17 | 18 | 9F | 33 | 33 |
| Octal | 101 | 301 | 224 | 102 | 0 | 27 | 30 | 237 | 63 | 63 |
| Binary | 1000001 | 11000001 | 10010100 | 1000010 | 0 | 10111 | 11000 | 10011111 | 110011 | 110011 |
Color Harmonies of #41C194
Complementary color
Monochromatic Colors of #41C194
Black with #41C194
Text Example
Text Example
White with #41C194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C194; }
p { color: rgb(65,193,148); }
H1.HeaderClassName
{
color: #41C194;
}
.AnyTagClassName
{
color: #41C194;
}
</style>
background-color css
<style>
a { background-color: #41C194; }
a { background-color: rgb(65,193,148); }
div.DivClassName
{
background-color: #41C194;
}
.BgClassName
{
background-color: #41C194;
}
</style>
border-color css
<style>
span { border-color: #41C194; }
span { border-color: rgb(65,193,148); }
td.TdClassName
{
border-color: #41C194;
}
.TagClassName
{
border-color: #41C194;
}
</style>