Shades of Shamrock #41DBA4
Tints of Shamrock #41DBA4
RGB
CMYK
RGB Variations
Color information
#41DBA4 (or 0x41DBA4) is known color: Shamrock. HEX triplet: 41, DB and A4. RGB value is (65,219,164). Sum of RGB (Red+Green+Blue) = 65+219+164=448 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.51% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #41DBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DBA4 is #BE245B. Grayscale: #A6A6A6. Windows color (decimal): -12461148 or 10804033. OLE color: 10804033.
HSL color Cylindrical-coordinate representation of color #41DBA4: hue angle of 158.57º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DBA4 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 219 | 164 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.14 |
| HSL | 158.57º | 0.68% | 0.56% | - |
| HSV(B) | 158.57º | 0.7% | 0.86% | - |
| XYZ | 34.21 | 54.47 | 43.83 | - |
| YUV | 166.68 | 126.48 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 164 | 0.70 | 0 | 0.25 | 0.14 | 158.57 | 0.68 | 0.56 |
| Hex | 41 | DB | A4 | 46 | 0 | 19 | E | 9F | 44 | 38 |
| Octal | 101 | 333 | 244 | 106 | 0 | 31 | 16 | 237 | 104 | 70 |
| Binary | 1000001 | 11011011 | 10100100 | 1000110 | 0 | 11001 | 1110 | 10011111 | 1000100 | 111000 |
Color Harmonies of #41DBA4
Complementary color
Monochromatic Colors of #41DBA4
Black with #41DBA4
Text Example
Text Example
White with #41DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DBA4; }
p { color: rgb(65,219,164); }
H1.HeaderClassName
{
color: #41DBA4;
}
.AnyTagClassName
{
color: #41DBA4;
}
</style>
background-color css
<style>
a { background-color: #41DBA4; }
a { background-color: rgb(65,219,164); }
div.DivClassName
{
background-color: #41DBA4;
}
.BgClassName
{
background-color: #41DBA4;
}
</style>
border-color css
<style>
span { border-color: #41DBA4; }
span { border-color: rgb(65,219,164); }
td.TdClassName
{
border-color: #41DBA4;
}
.TagClassName
{
border-color: #41DBA4;
}
</style>