Shades of Emerald #44C56C
Tints of Emerald #44C56C
RGB
CMYK
RGB Variations
Color information
#44C56C (or 0x44C56C) is known color: Emerald. HEX triplet: 44, C5 and 6C. RGB value is (68,197,108). Sum of RGB (Red+Green+Blue) = 68+197+108=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #44C56C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C56C is #BB3A93. Grayscale: #949494. Windows color (decimal): -12270228 or 7128388. OLE color: 7128388.
HSL color Cylindrical-coordinate representation of color #44C56C: hue angle of 138.6º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C56C is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 197 | 108 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.23 |
| HSL | 138.6º | 0.53% | 0.52% | - |
| HSV(B) | 138.6º | 0.65% | 0.77% | - |
| XYZ | 25.06 | 42.24 | 21.02 | - |
| YUV | 148.28 | 105.26 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 197 | 108 | 0.65 | 0 | 0.45 | 0.23 | 138.6 | 0.53 | 0.52 |
| Hex | 44 | C5 | 6C | 41 | 0 | 2D | 17 | 8B | 35 | 34 |
| Octal | 104 | 305 | 154 | 101 | 0 | 55 | 27 | 213 | 65 | 64 |
| Binary | 1000100 | 11000101 | 1101100 | 1000001 | 0 | 101101 | 10111 | 10001011 | 110101 | 110100 |
Color Harmonies of #44C56C
Complementary color
Monochromatic Colors of #44C56C
Black with #44C56C
Text Example
Text Example
White with #44C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C56C; }
p { color: rgb(68,197,108); }
H1.HeaderClassName
{
color: #44C56C;
}
.AnyTagClassName
{
color: #44C56C;
}
</style>
background-color css
<style>
a { background-color: #44C56C; }
a { background-color: rgb(68,197,108); }
div.DivClassName
{
background-color: #44C56C;
}
.BgClassName
{
background-color: #44C56C;
}
</style>
border-color css
<style>
span { border-color: #44C56C; }
span { border-color: rgb(68,197,108); }
td.TdClassName
{
border-color: #44C56C;
}
.TagClassName
{
border-color: #44C56C;
}
</style>