Shades of Emerald #44C066
Tints of Emerald #44C066
RGB
CMYK
RGB Variations
Color information
#44C066 (or 0x44C066) is known color: Emerald. HEX triplet: 44, C0 and 66. RGB value is (68,192,102). Sum of RGB (Red+Green+Blue) = 68+192+102=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #44C066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C066 is #BB3F99. Grayscale: #909090. Windows color (decimal): -12271514 or 6733892. OLE color: 6733892.
HSL color Cylindrical-coordinate representation of color #44C066: hue angle of 136.45º 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 #44C066 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 192 | 102 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.25 |
| HSL | 136.45º | 0.5% | 0.51% | - |
| HSV(B) | 136.45º | 0.65% | 0.75% | - |
| XYZ | 23.63 | 39.89 | 19.02 | - |
| YUV | 144.66 | 103.92 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 102 | 0.65 | 0 | 0.47 | 0.25 | 136.45 | 0.5 | 0.51 |
| Hex | 44 | C0 | 66 | 41 | 0 | 2F | 19 | 88 | 32 | 33 |
| Octal | 104 | 300 | 146 | 101 | 0 | 57 | 31 | 210 | 62 | 63 |
| Binary | 1000100 | 11000000 | 1100110 | 1000001 | 0 | 101111 | 11001 | 10001000 | 110010 | 110011 |
Color Harmonies of #44C066
Complementary color
Monochromatic Colors of #44C066
Black with #44C066
Text Example
Text Example
White with #44C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C066; }
p { color: rgb(68,192,102); }
H1.HeaderClassName
{
color: #44C066;
}
.AnyTagClassName
{
color: #44C066;
}
</style>
background-color css
<style>
a { background-color: #44C066; }
a { background-color: rgb(68,192,102); }
div.DivClassName
{
background-color: #44C066;
}
.BgClassName
{
background-color: #44C066;
}
</style>
border-color css
<style>
span { border-color: #44C066; }
span { border-color: rgb(68,192,102); }
td.TdClassName
{
border-color: #44C066;
}
.TagClassName
{
border-color: #44C066;
}
</style>