Shades of Emerald #44C06C
Tints of Emerald #44C06C
RGB
CMYK
RGB Variations
Color information
#44C06C (or 0x44C06C) is known color: Emerald. HEX triplet: 44, C0 and 6C. RGB value is (68,192,108). Sum of RGB (Red+Green+Blue) = 68+192+108=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #44C06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C06C is #BB3F93. Grayscale: #919191. Windows color (decimal): -12271508 or 7127108. OLE color: 7127108.
HSL color Cylindrical-coordinate representation of color #44C06C: hue angle of 139.35º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C06C is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 192 | 108 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.25 |
| HSL | 139.35º | 0.5% | 0.51% | - |
| HSV(B) | 139.35º | 0.65% | 0.75% | - |
| XYZ | 23.94 | 40.01 | 20.65 | - |
| YUV | 145.35 | 106.92 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 108 | 0.65 | 0 | 0.44 | 0.25 | 139.35 | 0.5 | 0.51 |
| Hex | 44 | C0 | 6C | 41 | 0 | 2C | 19 | 8B | 32 | 33 |
| Octal | 104 | 300 | 154 | 101 | 0 | 54 | 31 | 213 | 62 | 63 |
| Binary | 1000100 | 11000000 | 1101100 | 1000001 | 0 | 101100 | 11001 | 10001011 | 110010 | 110011 |
Color Harmonies of #44C06C
Complementary color
Monochromatic Colors of #44C06C
Black with #44C06C
Text Example
Text Example
White with #44C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C06C; }
p { color: rgb(68,192,108); }
H1.HeaderClassName
{
color: #44C06C;
}
.AnyTagClassName
{
color: #44C06C;
}
</style>
background-color css
<style>
a { background-color: #44C06C; }
a { background-color: rgb(68,192,108); }
div.DivClassName
{
background-color: #44C06C;
}
.BgClassName
{
background-color: #44C06C;
}
</style>
border-color css
<style>
span { border-color: #44C06C; }
span { border-color: rgb(68,192,108); }
td.TdClassName
{
border-color: #44C06C;
}
.TagClassName
{
border-color: #44C06C;
}
</style>