Shades of Emerald #44C06F
Tints of Emerald #44C06F
RGB
CMYK
RGB Variations
Color information
#44C06F (or 0x44C06F) is known color: Emerald. HEX triplet: 44, C0 and 6F. RGB value is (68,192,111). Sum of RGB (Red+Green+Blue) = 68+192+111=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #44C06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C06F is #BB3F90. Grayscale: #919191. Windows color (decimal): -12271505 or 7323716. OLE color: 7323716.
HSL color Cylindrical-coordinate representation of color #44C06F: hue angle of 140.81º 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 #44C06F is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 192 | 111 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.25 |
| HSL | 140.81º | 0.5% | 0.51% | - |
| HSV(B) | 140.81º | 0.65% | 0.75% | - |
| XYZ | 24.1 | 40.08 | 21.5 | - |
| YUV | 145.69 | 108.42 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 111 | 0.65 | 0 | 0.42 | 0.25 | 140.81 | 0.5 | 0.51 |
| Hex | 44 | C0 | 6F | 41 | 0 | 2A | 19 | 8D | 32 | 33 |
| Octal | 104 | 300 | 157 | 101 | 0 | 52 | 31 | 215 | 62 | 63 |
| Binary | 1000100 | 11000000 | 1101111 | 1000001 | 0 | 101010 | 11001 | 10001101 | 110010 | 110011 |
Color Harmonies of #44C06F
Complementary color
Monochromatic Colors of #44C06F
Black with #44C06F
Text Example
Text Example
White with #44C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C06F; }
p { color: rgb(68,192,111); }
H1.HeaderClassName
{
color: #44C06F;
}
.AnyTagClassName
{
color: #44C06F;
}
</style>
background-color css
<style>
a { background-color: #44C06F; }
a { background-color: rgb(68,192,111); }
div.DivClassName
{
background-color: #44C06F;
}
.BgClassName
{
background-color: #44C06F;
}
</style>
border-color css
<style>
span { border-color: #44C06F; }
span { border-color: rgb(68,192,111); }
td.TdClassName
{
border-color: #44C06F;
}
.TagClassName
{
border-color: #44C06F;
}
</style>