Shades of Shamrock #41C188
Tints of Shamrock #41C188
RGB
CMYK
RGB Variations
Color information
#41C188 (or 0x41C188) is known color: Shamrock. HEX triplet: 41, C1 and 88. RGB value is (65,193,136). Sum of RGB (Red+Green+Blue) = 65+193+136=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #41C188 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C188 is #BE3E77. Grayscale: #949494. Windows color (decimal): -12467832 or 8962369. OLE color: 8962369.
HSL color Cylindrical-coordinate representation of color #41C188: hue angle of 153.28º 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 #41C188 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 193 | 136 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.24 |
| HSL | 153.28º | 0.51% | 0.51% | - |
| HSV(B) | 153.28º | 0.66% | 0.76% | - |
| XYZ | 25.69 | 41.04 | 29.86 | - |
| YUV | 148.23 | 121.09 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 193 | 136 | 0.66 | 0 | 0.30 | 0.24 | 153.28 | 0.51 | 0.51 |
| Hex | 41 | C1 | 88 | 42 | 0 | 1E | 18 | 99 | 33 | 33 |
| Octal | 101 | 301 | 210 | 102 | 0 | 36 | 30 | 231 | 63 | 63 |
| Binary | 1000001 | 11000001 | 10001000 | 1000010 | 0 | 11110 | 11000 | 10011001 | 110011 | 110011 |
Color Harmonies of #41C188
Complementary color
Monochromatic Colors of #41C188
Black with #41C188
Text Example
Text Example
White with #41C188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C188; }
p { color: rgb(65,193,136); }
H1.HeaderClassName
{
color: #41C188;
}
.AnyTagClassName
{
color: #41C188;
}
</style>
background-color css
<style>
a { background-color: #41C188; }
a { background-color: rgb(65,193,136); }
div.DivClassName
{
background-color: #41C188;
}
.BgClassName
{
background-color: #41C188;
}
</style>
border-color css
<style>
span { border-color: #41C188; }
span { border-color: rgb(65,193,136); }
td.TdClassName
{
border-color: #41C188;
}
.TagClassName
{
border-color: #41C188;
}
</style>