Shades of Emerald #44C372
Tints of Emerald #44C372
RGB
CMYK
RGB Variations
Color information
#44C372 (or 0x44C372) is known color: Emerald. HEX triplet: 44, C3 and 72. RGB value is (68,195,114). Sum of RGB (Red+Green+Blue) = 68+195+114=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #44C372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C372 is #BB3C8D. Grayscale: #939393. Windows color (decimal): -12270734 or 7521092. OLE color: 7521092.
HSL color Cylindrical-coordinate representation of color #44C372: hue angle of 141.73º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C372 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 195 | 114 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.24 |
| HSL | 141.73º | 0.51% | 0.52% | - |
| HSV(B) | 141.73º | 0.65% | 0.76% | - |
| XYZ | 24.94 | 41.47 | 22.61 | - |
| YUV | 147.79 | 108.92 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 195 | 114 | 0.65 | 0 | 0.42 | 0.24 | 141.73 | 0.51 | 0.52 |
| Hex | 44 | C3 | 72 | 41 | 0 | 2A | 18 | 8E | 33 | 34 |
| Octal | 104 | 303 | 162 | 101 | 0 | 52 | 30 | 216 | 63 | 64 |
| Binary | 1000100 | 11000011 | 1110010 | 1000001 | 0 | 101010 | 11000 | 10001110 | 110011 | 110100 |
Color Harmonies of #44C372
Complementary color
Monochromatic Colors of #44C372
Black with #44C372
Text Example
Text Example
White with #44C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C372; }
p { color: rgb(68,195,114); }
H1.HeaderClassName
{
color: #44C372;
}
.AnyTagClassName
{
color: #44C372;
}
</style>
background-color css
<style>
a { background-color: #44C372; }
a { background-color: rgb(68,195,114); }
div.DivClassName
{
background-color: #44C372;
}
.BgClassName
{
background-color: #44C372;
}
</style>
border-color css
<style>
span { border-color: #44C372; }
span { border-color: rgb(68,195,114); }
td.TdClassName
{
border-color: #44C372;
}
.TagClassName
{
border-color: #44C372;
}
</style>