Shades of Shamrock #41BD90
Tints of Shamrock #41BD90
RGB
CMYK
RGB Variations
Color information
#41BD90 (or 0x41BD90) is known color: Shamrock. HEX triplet: 41, BD and 90. RGB value is (65,189,144). Sum of RGB (Red+Green+Blue) = 65+189+144=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BD90 is #BE426F. Grayscale: #929292. Windows color (decimal): -12468848 or 9485633. OLE color: 9485633.
HSL color Cylindrical-coordinate representation of color #41BD90: hue angle of 158.23º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BD90 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 189 | 144 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.26 |
| HSL | 158.23º | 0.49% | 0.5% | - |
| HSV(B) | 158.23º | 0.66% | 0.74% | - |
| XYZ | 25.41 | 39.53 | 32.68 | - |
| YUV | 146.79 | 126.42 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 144 | 0.66 | 0 | 0.24 | 0.26 | 158.23 | 0.49 | 0.5 |
| Hex | 41 | BD | 90 | 42 | 0 | 18 | 1A | 9E | 31 | 32 |
| Octal | 101 | 275 | 220 | 102 | 0 | 30 | 32 | 236 | 61 | 62 |
| Binary | 1000001 | 10111101 | 10010000 | 1000010 | 0 | 11000 | 11010 | 10011110 | 110001 | 110010 |
Color Harmonies of #41BD90
Complementary color
Monochromatic Colors of #41BD90
Black with #41BD90
Text Example
Text Example
White with #41BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BD90; }
p { color: rgb(65,189,144); }
H1.HeaderClassName
{
color: #41BD90;
}
.AnyTagClassName
{
color: #41BD90;
}
</style>
background-color css
<style>
a { background-color: #41BD90; }
a { background-color: rgb(65,189,144); }
div.DivClassName
{
background-color: #41BD90;
}
.BgClassName
{
background-color: #41BD90;
}
</style>
border-color css
<style>
span { border-color: #41BD90; }
span { border-color: rgb(65,189,144); }
td.TdClassName
{
border-color: #41BD90;
}
.TagClassName
{
border-color: #41BD90;
}
</style>