Shades of Emerald #44C387
Tints of Emerald #44C387
RGB
CMYK
RGB Variations
Color information
#44C387 (or 0x44C387) is known color: Emerald. HEX triplet: 44, C3 and 87. RGB value is (68,195,135). Sum of RGB (Red+Green+Blue) = 68+195+135=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #44C387 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C387 is #BB3C78. Grayscale: #969696. Windows color (decimal): -12270713 or 8897348. OLE color: 8897348.
HSL color Cylindrical-coordinate representation of color #44C387: hue angle of 151.65º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C387 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 195 | 135 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.24 |
| HSL | 151.65º | 0.51% | 0.52% | - |
| HSV(B) | 151.65º | 0.65% | 0.76% | - |
| XYZ | 26.27 | 42.01 | 29.65 | - |
| YUV | 150.19 | 119.42 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 195 | 135 | 0.65 | 0 | 0.31 | 0.24 | 151.65 | 0.51 | 0.52 |
| Hex | 44 | C3 | 87 | 41 | 0 | 1F | 18 | 98 | 33 | 34 |
| Octal | 104 | 303 | 207 | 101 | 0 | 37 | 30 | 230 | 63 | 64 |
| Binary | 1000100 | 11000011 | 10000111 | 1000001 | 0 | 11111 | 11000 | 10011000 | 110011 | 110100 |
Color Harmonies of #44C387
Complementary color
Monochromatic Colors of #44C387
Black with #44C387
Text Example
Text Example
White with #44C387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C387; }
p { color: rgb(68,195,135); }
H1.HeaderClassName
{
color: #44C387;
}
.AnyTagClassName
{
color: #44C387;
}
</style>
background-color css
<style>
a { background-color: #44C387; }
a { background-color: rgb(68,195,135); }
div.DivClassName
{
background-color: #44C387;
}
.BgClassName
{
background-color: #44C387;
}
</style>
border-color css
<style>
span { border-color: #44C387; }
span { border-color: rgb(68,195,135); }
td.TdClassName
{
border-color: #44C387;
}
.TagClassName
{
border-color: #44C387;
}
</style>