Shades of Shamrock #44D18B
Tints of Shamrock #44D18B
RGB
CMYK
RGB Variations
Color information
#44D18B (or 0x44D18B) is known color: Shamrock. HEX triplet: 44, D1 and 8B. RGB value is (68,209,139). Sum of RGB (Red+Green+Blue) = 68+209+139=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #44D18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D18B is #BB2E74. Grayscale: #9E9E9E. Windows color (decimal): -12267125 or 9163076. OLE color: 9163076.
HSL color Cylindrical-coordinate representation of color #44D18B: hue angle of 150.21º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44D18B is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 209 | 139 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.18 |
| HSL | 150.21º | 0.61% | 0.54% | - |
| HSV(B) | 150.21º | 0.67% | 0.82% | - |
| XYZ | 29.84 | 48.69 | 32.25 | - |
| YUV | 158.86 | 116.79 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 209 | 139 | 0.67 | 0 | 0.33 | 0.18 | 150.21 | 0.61 | 0.54 |
| Hex | 44 | D1 | 8B | 43 | 0 | 21 | 12 | 96 | 3D | 36 |
| Octal | 104 | 321 | 213 | 103 | 0 | 41 | 22 | 226 | 75 | 66 |
| Binary | 1000100 | 11010001 | 10001011 | 1000011 | 0 | 100001 | 10010 | 10010110 | 111101 | 110110 |
Color Harmonies of #44D18B
Complementary color
Monochromatic Colors of #44D18B
Black with #44D18B
Text Example
Text Example
White with #44D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D18B; }
p { color: rgb(68,209,139); }
H1.HeaderClassName
{
color: #44D18B;
}
.AnyTagClassName
{
color: #44D18B;
}
</style>
background-color css
<style>
a { background-color: #44D18B; }
a { background-color: rgb(68,209,139); }
div.DivClassName
{
background-color: #44D18B;
}
.BgClassName
{
background-color: #44D18B;
}
</style>
border-color css
<style>
span { border-color: #44D18B; }
span { border-color: rgb(68,209,139); }
td.TdClassName
{
border-color: #44D18B;
}
.TagClassName
{
border-color: #44D18B;
}
</style>