Shades of Shamrock #44D58B
Tints of Shamrock #44D58B
RGB
CMYK
RGB Variations
Color information
#44D58B (or 0x44D58B) is known color: Shamrock. HEX triplet: 44, D5 and 8B. RGB value is (68,213,139). Sum of RGB (Red+Green+Blue) = 68+213+139=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #44D58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D58B is #BB2A74. Grayscale: #A1A1A1. Windows color (decimal): -12266101 or 9164100. OLE color: 9164100.
HSL color Cylindrical-coordinate representation of color #44D58B: hue angle of 149.38º degrees, saturation: 0.63, 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 #44D58B is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 213 | 139 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.16 |
| HSL | 149.38º | 0.63% | 0.55% | - |
| HSV(B) | 149.38º | 0.68% | 0.84% | - |
| XYZ | 30.84 | 50.68 | 32.58 | - |
| YUV | 161.21 | 115.46 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 213 | 139 | 0.68 | 0 | 0.35 | 0.16 | 149.38 | 0.63 | 0.55 |
| Hex | 44 | D5 | 8B | 44 | 0 | 23 | 10 | 95 | 3F | 37 |
| Octal | 104 | 325 | 213 | 104 | 0 | 43 | 20 | 225 | 77 | 67 |
| Binary | 1000100 | 11010101 | 10001011 | 1000100 | 0 | 100011 | 10000 | 10010101 | 111111 | 110111 |
Color Harmonies of #44D58B
Complementary color
Monochromatic Colors of #44D58B
Black with #44D58B
Text Example
Text Example
White with #44D58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D58B; }
p { color: rgb(68,213,139); }
H1.HeaderClassName
{
color: #44D58B;
}
.AnyTagClassName
{
color: #44D58B;
}
</style>
background-color css
<style>
a { background-color: #44D58B; }
a { background-color: rgb(68,213,139); }
div.DivClassName
{
background-color: #44D58B;
}
.BgClassName
{
background-color: #44D58B;
}
</style>
border-color css
<style>
span { border-color: #44D58B; }
span { border-color: rgb(68,213,139); }
td.TdClassName
{
border-color: #44D58B;
}
.TagClassName
{
border-color: #44D58B;
}
</style>