Shades of Shamrock #41BC89
Tints of Shamrock #41BC89
RGB
CMYK
RGB Variations
Color information
#41BC89 (or 0x41BC89) is known color: Shamrock. HEX triplet: 41, BC and 89. RGB value is (65,188,137). Sum of RGB (Red+Green+Blue) = 65+188+137=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BC89 is #BE4376. Grayscale: #919191. Windows color (decimal): -12469111 or 9026625. OLE color: 9026625.
HSL color Cylindrical-coordinate representation of color #41BC89: hue angle of 155.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BC89 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 188 | 137 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.26 |
| HSL | 155.12º | 0.49% | 0.5% | - |
| HSV(B) | 155.12º | 0.65% | 0.74% | - |
| XYZ | 24.68 | 38.9 | 29.87 | - |
| YUV | 145.41 | 123.25 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 137 | 0.65 | 0 | 0.27 | 0.26 | 155.12 | 0.49 | 0.5 |
| Hex | 41 | BC | 89 | 41 | 0 | 1B | 1A | 9B | 31 | 32 |
| Octal | 101 | 274 | 211 | 101 | 0 | 33 | 32 | 233 | 61 | 62 |
| Binary | 1000001 | 10111100 | 10001001 | 1000001 | 0 | 11011 | 11010 | 10011011 | 110001 | 110010 |
Color Harmonies of #41BC89
Complementary color
Monochromatic Colors of #41BC89
Black with #41BC89
Text Example
Text Example
White with #41BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BC89; }
p { color: rgb(65,188,137); }
H1.HeaderClassName
{
color: #41BC89;
}
.AnyTagClassName
{
color: #41BC89;
}
</style>
background-color css
<style>
a { background-color: #41BC89; }
a { background-color: rgb(65,188,137); }
div.DivClassName
{
background-color: #41BC89;
}
.BgClassName
{
background-color: #41BC89;
}
</style>
border-color css
<style>
span { border-color: #41BC89; }
span { border-color: rgb(65,188,137); }
td.TdClassName
{
border-color: #41BC89;
}
.TagClassName
{
border-color: #41BC89;
}
</style>