Shades of Shamrock #41C287
Tints of Shamrock #41C287
RGB
CMYK
RGB Variations
Color information
#41C287 (or 0x41C287) is known color: Shamrock. HEX triplet: 41, C2 and 87. RGB value is (65,194,135). Sum of RGB (Red+Green+Blue) = 65+194+135=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #41C287 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C287 is #BE3D78. Grayscale: #949494. Windows color (decimal): -12467577 or 8897089. OLE color: 8897089.
HSL color Cylindrical-coordinate representation of color #41C287: hue angle of 152.56º 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 #41C287 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 135 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.24 |
| HSL | 152.56º | 0.51% | 0.51% | - |
| HSV(B) | 152.56º | 0.66% | 0.76% | - |
| XYZ | 25.84 | 41.46 | 29.56 | - |
| YUV | 148.7 | 120.26 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 135 | 0.66 | 0 | 0.30 | 0.24 | 152.56 | 0.51 | 0.51 |
| Hex | 41 | C2 | 87 | 42 | 0 | 1E | 18 | 99 | 33 | 33 |
| Octal | 101 | 302 | 207 | 102 | 0 | 36 | 30 | 231 | 63 | 63 |
| Binary | 1000001 | 11000010 | 10000111 | 1000010 | 0 | 11110 | 11000 | 10011001 | 110011 | 110011 |
Color Harmonies of #41C287
Complementary color
Monochromatic Colors of #41C287
Black with #41C287
Text Example
Text Example
White with #41C287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C287; }
p { color: rgb(65,194,135); }
H1.HeaderClassName
{
color: #41C287;
}
.AnyTagClassName
{
color: #41C287;
}
</style>
background-color css
<style>
a { background-color: #41C287; }
a { background-color: rgb(65,194,135); }
div.DivClassName
{
background-color: #41C287;
}
.BgClassName
{
background-color: #41C287;
}
</style>
border-color css
<style>
span { border-color: #41C287; }
span { border-color: rgb(65,194,135); }
td.TdClassName
{
border-color: #41C287;
}
.TagClassName
{
border-color: #41C287;
}
</style>