Shades of Emerald #44C069
Tints of Emerald #44C069
RGB
CMYK
RGB Variations
Color information
#44C069 (or 0x44C069) is known color: Emerald. HEX triplet: 44, C0 and 69. RGB value is (68,192,105). Sum of RGB (Red+Green+Blue) = 68+192+105=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #44C069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C069 is #BB3F96. Grayscale: #919191. Windows color (decimal): -12271511 or 6930500. OLE color: 6930500.
HSL color Cylindrical-coordinate representation of color #44C069: hue angle of 137.9º 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 #44C069 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 192 | 105 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.25 |
| HSL | 137.9º | 0.5% | 0.51% | - |
| HSV(B) | 137.9º | 0.65% | 0.75% | - |
| XYZ | 23.78 | 39.95 | 19.82 | - |
| YUV | 145.01 | 105.42 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 105 | 0.65 | 0 | 0.45 | 0.25 | 137.9 | 0.5 | 0.51 |
| Hex | 44 | C0 | 69 | 41 | 0 | 2D | 19 | 8A | 32 | 33 |
| Octal | 104 | 300 | 151 | 101 | 0 | 55 | 31 | 212 | 62 | 63 |
| Binary | 1000100 | 11000000 | 1101001 | 1000001 | 0 | 101101 | 11001 | 10001010 | 110010 | 110011 |
Color Harmonies of #44C069
Complementary color
Monochromatic Colors of #44C069
Black with #44C069
Text Example
Text Example
White with #44C069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C069; }
p { color: rgb(68,192,105); }
H1.HeaderClassName
{
color: #44C069;
}
.AnyTagClassName
{
color: #44C069;
}
</style>
background-color css
<style>
a { background-color: #44C069; }
a { background-color: rgb(68,192,105); }
div.DivClassName
{
background-color: #44C069;
}
.BgClassName
{
background-color: #44C069;
}
</style>
border-color css
<style>
span { border-color: #44C069; }
span { border-color: rgb(68,192,105); }
td.TdClassName
{
border-color: #44C069;
}
.TagClassName
{
border-color: #44C069;
}
</style>