Shades of Shamrock #41BA90
Tints of Shamrock #41BA90
RGB
CMYK
RGB Variations
Color information
#41BA90 (or 0x41BA90) is known color: Shamrock. HEX triplet: 41, BA and 90. RGB value is (65,186,144). Sum of RGB (Red+Green+Blue) = 65+186+144=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BA90 is #BE456F. Grayscale: #919191. Windows color (decimal): -12469616 or 9484865. OLE color: 9484865.
HSL color Cylindrical-coordinate representation of color #41BA90: hue angle of 159.17º 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 #41BA90 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 186 | 144 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.27 |
| HSL | 159.17º | 0.48% | 0.49% | - |
| HSV(B) | 159.17º | 0.65% | 0.73% | - |
| XYZ | 24.77 | 38.26 | 32.46 | - |
| YUV | 145.03 | 127.41 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 144 | 0.65 | 0 | 0.23 | 0.27 | 159.17 | 0.48 | 0.49 |
| Hex | 41 | BA | 90 | 41 | 0 | 17 | 1B | 9F | 30 | 31 |
| Octal | 101 | 272 | 220 | 101 | 0 | 27 | 33 | 237 | 60 | 61 |
| Binary | 1000001 | 10111010 | 10010000 | 1000001 | 0 | 10111 | 11011 | 10011111 | 110000 | 110001 |
Color Harmonies of #41BA90
Complementary color
Monochromatic Colors of #41BA90
Black with #41BA90
Text Example
Text Example
White with #41BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BA90; }
p { color: rgb(65,186,144); }
H1.HeaderClassName
{
color: #41BA90;
}
.AnyTagClassName
{
color: #41BA90;
}
</style>
background-color css
<style>
a { background-color: #41BA90; }
a { background-color: rgb(65,186,144); }
div.DivClassName
{
background-color: #41BA90;
}
.BgClassName
{
background-color: #41BA90;
}
</style>
border-color css
<style>
span { border-color: #41BA90; }
span { border-color: rgb(65,186,144); }
td.TdClassName
{
border-color: #41BA90;
}
.TagClassName
{
border-color: #41BA90;
}
</style>