Shades of Emerald #44C172
Tints of Emerald #44C172
RGB
CMYK
RGB Variations
Color information
#44C172 (or 0x44C172) is known color: Emerald. HEX triplet: 44, C1 and 72. RGB value is (68,193,114). Sum of RGB (Red+Green+Blue) = 68+193+114=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #44C172 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C172 is #BB3E8D. Grayscale: #929292. Windows color (decimal): -12271246 or 7520580. OLE color: 7520580.
HSL color Cylindrical-coordinate representation of color #44C172: hue angle of 142.08º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C172 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 193 | 114 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.24 |
| HSL | 142.08º | 0.5% | 0.51% | - |
| HSV(B) | 142.08º | 0.65% | 0.76% | - |
| XYZ | 24.49 | 40.58 | 22.46 | - |
| YUV | 146.62 | 109.59 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 193 | 114 | 0.65 | 0 | 0.41 | 0.24 | 142.08 | 0.5 | 0.51 |
| Hex | 44 | C1 | 72 | 41 | 0 | 29 | 18 | 8E | 32 | 33 |
| Octal | 104 | 301 | 162 | 101 | 0 | 51 | 30 | 216 | 62 | 63 |
| Binary | 1000100 | 11000001 | 1110010 | 1000001 | 0 | 101001 | 11000 | 10001110 | 110010 | 110011 |
Color Harmonies of #44C172
Complementary color
Monochromatic Colors of #44C172
Black with #44C172
Text Example
Text Example
White with #44C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C172; }
p { color: rgb(68,193,114); }
H1.HeaderClassName
{
color: #44C172;
}
.AnyTagClassName
{
color: #44C172;
}
</style>
background-color css
<style>
a { background-color: #44C172; }
a { background-color: rgb(68,193,114); }
div.DivClassName
{
background-color: #44C172;
}
.BgClassName
{
background-color: #44C172;
}
</style>
border-color css
<style>
span { border-color: #44C172; }
span { border-color: rgb(68,193,114); }
td.TdClassName
{
border-color: #44C172;
}
.TagClassName
{
border-color: #44C172;
}
</style>