Shades of Shamrock #41BA8D
Tints of Shamrock #41BA8D
RGB
CMYK
RGB Variations
Color information
#41BA8D (or 0x41BA8D) is known color: Shamrock. HEX triplet: 41, BA and 8D. RGB value is (65,186,141). Sum of RGB (Red+Green+Blue) = 65+186+141=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BA8D is #BE4572. Grayscale: #909090. Windows color (decimal): -12469619 or 9288257. OLE color: 9288257.
HSL color Cylindrical-coordinate representation of color #41BA8D: hue angle of 157.69º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BA8D is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 186 | 141 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.27 |
| HSL | 157.69º | 0.48% | 0.49% | - |
| HSV(B) | 157.69º | 0.65% | 0.73% | - |
| XYZ | 24.55 | 38.16 | 31.27 | - |
| YUV | 144.69 | 125.91 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 141 | 0.65 | 0 | 0.24 | 0.27 | 157.69 | 0.48 | 0.49 |
| Hex | 41 | BA | 8D | 41 | 0 | 18 | 1B | 9E | 30 | 31 |
| Octal | 101 | 272 | 215 | 101 | 0 | 30 | 33 | 236 | 60 | 61 |
| Binary | 1000001 | 10111010 | 10001101 | 1000001 | 0 | 11000 | 11011 | 10011110 | 110000 | 110001 |
Color Harmonies of #41BA8D
Complementary color
Monochromatic Colors of #41BA8D
Black with #41BA8D
Text Example
Text Example
White with #41BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BA8D; }
p { color: rgb(65,186,141); }
H1.HeaderClassName
{
color: #41BA8D;
}
.AnyTagClassName
{
color: #41BA8D;
}
</style>
background-color css
<style>
a { background-color: #41BA8D; }
a { background-color: rgb(65,186,141); }
div.DivClassName
{
background-color: #41BA8D;
}
.BgClassName
{
background-color: #41BA8D;
}
</style>
border-color css
<style>
span { border-color: #41BA8D; }
span { border-color: rgb(65,186,141); }
td.TdClassName
{
border-color: #41BA8D;
}
.TagClassName
{
border-color: #41BA8D;
}
</style>