Shades of Emerald #44C37A
Tints of Emerald #44C37A
RGB
CMYK
RGB Variations
Color information
#44C37A (or 0x44C37A) is known color: Emerald. HEX triplet: 44, C3 and 7A. RGB value is (68,195,122). Sum of RGB (Red+Green+Blue) = 68+195+122=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #44C37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C37A is #BB3C85. Grayscale: #949494. Windows color (decimal): -12270726 or 8045380. OLE color: 8045380.
HSL color Cylindrical-coordinate representation of color #44C37A: hue angle of 145.51º 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 #44C37A is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 195 | 122 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.24 |
| HSL | 145.51º | 0.51% | 0.52% | - |
| HSV(B) | 145.51º | 0.65% | 0.76% | - |
| XYZ | 25.41 | 41.66 | 25.12 | - |
| YUV | 148.71 | 112.92 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 195 | 122 | 0.65 | 0 | 0.37 | 0.24 | 145.51 | 0.51 | 0.52 |
| Hex | 44 | C3 | 7A | 41 | 0 | 25 | 18 | 92 | 33 | 34 |
| Octal | 104 | 303 | 172 | 101 | 0 | 45 | 30 | 222 | 63 | 64 |
| Binary | 1000100 | 11000011 | 1111010 | 1000001 | 0 | 100101 | 11000 | 10010010 | 110011 | 110100 |
Color Harmonies of #44C37A
Complementary color
Monochromatic Colors of #44C37A
Black with #44C37A
Text Example
Text Example
White with #44C37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C37A; }
p { color: rgb(68,195,122); }
H1.HeaderClassName
{
color: #44C37A;
}
.AnyTagClassName
{
color: #44C37A;
}
</style>
background-color css
<style>
a { background-color: #44C37A; }
a { background-color: rgb(68,195,122); }
div.DivClassName
{
background-color: #44C37A;
}
.BgClassName
{
background-color: #44C37A;
}
</style>
border-color css
<style>
span { border-color: #44C37A; }
span { border-color: rgb(68,195,122); }
td.TdClassName
{
border-color: #44C37A;
}
.TagClassName
{
border-color: #44C37A;
}
</style>