Shades of Shamrock #44D68B
Tints of Shamrock #44D68B
RGB
CMYK
RGB Variations
Color information
#44D68B (or 0x44D68B) is known color: Shamrock. HEX triplet: 44, D6 and 8B. RGB value is (68,214,139). Sum of RGB (Red+Green+Blue) = 68+214+139=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #44D68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D68B is #BB2974. Grayscale: #A1A1A1. Windows color (decimal): -12265845 or 9164356. OLE color: 9164356.
HSL color Cylindrical-coordinate representation of color #44D68B: hue angle of 149.18º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D68B is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 214 | 139 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.16 |
| HSL | 149.18º | 0.64% | 0.55% | - |
| HSV(B) | 149.18º | 0.68% | 0.84% | - |
| XYZ | 31.09 | 51.19 | 32.67 | - |
| YUV | 161.8 | 115.13 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 214 | 139 | 0.68 | 0 | 0.35 | 0.16 | 149.18 | 0.64 | 0.55 |
| Hex | 44 | D6 | 8B | 44 | 0 | 23 | 10 | 95 | 40 | 37 |
| Octal | 104 | 326 | 213 | 104 | 0 | 43 | 20 | 225 | 100 | 67 |
| Binary | 1000100 | 11010110 | 10001011 | 1000100 | 0 | 100011 | 10000 | 10010101 | 1000000 | 110111 |
Color Harmonies of #44D68B
Complementary color
Monochromatic Colors of #44D68B
Black with #44D68B
Text Example
Text Example
White with #44D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D68B; }
p { color: rgb(68,214,139); }
H1.HeaderClassName
{
color: #44D68B;
}
.AnyTagClassName
{
color: #44D68B;
}
</style>
background-color css
<style>
a { background-color: #44D68B; }
a { background-color: rgb(68,214,139); }
div.DivClassName
{
background-color: #44D68B;
}
.BgClassName
{
background-color: #44D68B;
}
</style>
border-color css
<style>
span { border-color: #44D68B; }
span { border-color: rgb(68,214,139); }
td.TdClassName
{
border-color: #44D68B;
}
.TagClassName
{
border-color: #44D68B;
}
</style>