Shades of Emerald #44C27A
Tints of Emerald #44C27A
RGB
CMYK
RGB Variations
Color information
#44C27A (or 0x44C27A) is known color: Emerald. HEX triplet: 44, C2 and 7A. RGB value is (68,194,122). Sum of RGB (Red+Green+Blue) = 68+194+122=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #44C27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C27A is #BB3D85. Grayscale: #949494. Windows color (decimal): -12270982 or 8045124. OLE color: 8045124.
HSL color Cylindrical-coordinate representation of color #44C27A: hue angle of 145.71º degrees, saturation: 0.51, 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 #44C27A is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 194 | 122 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.24 |
| HSL | 145.71º | 0.51% | 0.51% | - |
| HSV(B) | 145.71º | 0.65% | 0.76% | - |
| XYZ | 25.19 | 41.22 | 25.04 | - |
| YUV | 148.12 | 113.26 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 194 | 122 | 0.65 | 0 | 0.37 | 0.24 | 145.71 | 0.51 | 0.51 |
| Hex | 44 | C2 | 7A | 41 | 0 | 25 | 18 | 92 | 33 | 33 |
| Octal | 104 | 302 | 172 | 101 | 0 | 45 | 30 | 222 | 63 | 63 |
| Binary | 1000100 | 11000010 | 1111010 | 1000001 | 0 | 100101 | 11000 | 10010010 | 110011 | 110011 |
Color Harmonies of #44C27A
Complementary color
Monochromatic Colors of #44C27A
Black with #44C27A
Text Example
Text Example
White with #44C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C27A; }
p { color: rgb(68,194,122); }
H1.HeaderClassName
{
color: #44C27A;
}
.AnyTagClassName
{
color: #44C27A;
}
</style>
background-color css
<style>
a { background-color: #44C27A; }
a { background-color: rgb(68,194,122); }
div.DivClassName
{
background-color: #44C27A;
}
.BgClassName
{
background-color: #44C27A;
}
</style>
border-color css
<style>
span { border-color: #44C27A; }
span { border-color: rgb(68,194,122); }
td.TdClassName
{
border-color: #44C27A;
}
.TagClassName
{
border-color: #44C27A;
}
</style>