Shades of Shamrock #41C098
Tints of Shamrock #41C098
RGB
CMYK
RGB Variations
Color information
#41C098 (or 0x41C098) is known color: Shamrock. HEX triplet: 41, C0 and 98. RGB value is (65,192,152). Sum of RGB (Red+Green+Blue) = 65+192+152=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #41C098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C098 is #BE3F67. Grayscale: #959595. Windows color (decimal): -12468072 or 10010689. OLE color: 10010689.
HSL color Cylindrical-coordinate representation of color #41C098: hue angle of 161.1º 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 #41C098 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 152 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.25 |
| HSL | 161.1º | 0.5% | 0.5% | - |
| HSV(B) | 161.1º | 0.66% | 0.75% | - |
| XYZ | 26.7 | 41.09 | 36.23 | - |
| YUV | 149.47 | 129.42 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 152 | 0.66 | 0 | 0.21 | 0.25 | 161.1 | 0.5 | 0.5 |
| Hex | 41 | C0 | 98 | 42 | 0 | 15 | 19 | A1 | 32 | 32 |
| Octal | 101 | 300 | 230 | 102 | 0 | 25 | 31 | 241 | 62 | 62 |
| Binary | 1000001 | 11000000 | 10011000 | 1000010 | 0 | 10101 | 11001 | 10100001 | 110010 | 110010 |
Color Harmonies of #41C098
Complementary color
Monochromatic Colors of #41C098
Black with #41C098
Text Example
Text Example
White with #41C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C098; }
p { color: rgb(65,192,152); }
H1.HeaderClassName
{
color: #41C098;
}
.AnyTagClassName
{
color: #41C098;
}
</style>
background-color css
<style>
a { background-color: #41C098; }
a { background-color: rgb(65,192,152); }
div.DivClassName
{
background-color: #41C098;
}
.BgClassName
{
background-color: #41C098;
}
</style>
border-color css
<style>
span { border-color: #41C098; }
span { border-color: rgb(65,192,152); }
td.TdClassName
{
border-color: #41C098;
}
.TagClassName
{
border-color: #41C098;
}
</style>