Shades of Shamrock #41C097
Tints of Shamrock #41C097
RGB
CMYK
RGB Variations
Color information
#41C097 (or 0x41C097) is known color: Shamrock. HEX triplet: 41, C0 and 97. RGB value is (65,192,151). Sum of RGB (Red+Green+Blue) = 65+192+151=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #41C097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C097 is #BE3F68. Grayscale: #959595. Windows color (decimal): -12468073 or 9945153. OLE color: 9945153.
HSL color Cylindrical-coordinate representation of color #41C097: hue angle of 160.63º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C097 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 151 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.25 |
| HSL | 160.63º | 0.5% | 0.5% | - |
| HSV(B) | 160.63º | 0.66% | 0.75% | - |
| XYZ | 26.62 | 41.06 | 35.8 | - |
| YUV | 149.35 | 128.92 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 151 | 0.66 | 0 | 0.21 | 0.25 | 160.63 | 0.5 | 0.5 |
| Hex | 41 | C0 | 97 | 42 | 0 | 15 | 19 | A1 | 32 | 32 |
| Octal | 101 | 300 | 227 | 102 | 0 | 25 | 31 | 241 | 62 | 62 |
| Binary | 1000001 | 11000000 | 10010111 | 1000010 | 0 | 10101 | 11001 | 10100001 | 110010 | 110010 |
Color Harmonies of #41C097
Complementary color
Monochromatic Colors of #41C097
Black with #41C097
Text Example
Text Example
White with #41C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C097; }
p { color: rgb(65,192,151); }
H1.HeaderClassName
{
color: #41C097;
}
.AnyTagClassName
{
color: #41C097;
}
</style>
background-color css
<style>
a { background-color: #41C097; }
a { background-color: rgb(65,192,151); }
div.DivClassName
{
background-color: #41C097;
}
.BgClassName
{
background-color: #41C097;
}
</style>
border-color css
<style>
span { border-color: #41C097; }
span { border-color: rgb(65,192,151); }
td.TdClassName
{
border-color: #41C097;
}
.TagClassName
{
border-color: #41C097;
}
</style>