Shades of Shamrock #41C08A
Tints of Shamrock #41C08A
RGB
CMYK
RGB Variations
Color information
#41C08A (or 0x41C08A) is known color: Shamrock. HEX triplet: 41, C0 and 8A. RGB value is (65,192,138). Sum of RGB (Red+Green+Blue) = 65+192+138=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #41C08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C08A is #BE3F75. Grayscale: #939393. Windows color (decimal): -12468086 or 9093185. OLE color: 9093185.
HSL color Cylindrical-coordinate representation of color #41C08A: hue angle of 154.49º 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 #41C08A is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 138 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.25 |
| HSL | 154.49º | 0.5% | 0.5% | - |
| HSV(B) | 154.49º | 0.66% | 0.75% | - |
| XYZ | 25.62 | 40.66 | 30.54 | - |
| YUV | 147.87 | 122.42 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 138 | 0.66 | 0 | 0.28 | 0.25 | 154.49 | 0.5 | 0.5 |
| Hex | 41 | C0 | 8A | 42 | 0 | 1C | 19 | 9A | 32 | 32 |
| Octal | 101 | 300 | 212 | 102 | 0 | 34 | 31 | 232 | 62 | 62 |
| Binary | 1000001 | 11000000 | 10001010 | 1000010 | 0 | 11100 | 11001 | 10011010 | 110010 | 110010 |
Color Harmonies of #41C08A
Complementary color
Monochromatic Colors of #41C08A
Black with #41C08A
Text Example
Text Example
White with #41C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C08A; }
p { color: rgb(65,192,138); }
H1.HeaderClassName
{
color: #41C08A;
}
.AnyTagClassName
{
color: #41C08A;
}
</style>
background-color css
<style>
a { background-color: #41C08A; }
a { background-color: rgb(65,192,138); }
div.DivClassName
{
background-color: #41C08A;
}
.BgClassName
{
background-color: #41C08A;
}
</style>
border-color css
<style>
span { border-color: #41C08A; }
span { border-color: rgb(65,192,138); }
td.TdClassName
{
border-color: #41C08A;
}
.TagClassName
{
border-color: #41C08A;
}
</style>