Shades of Emerald #44C55C
Tints of Emerald #44C55C
RGB
CMYK
RGB Variations
Color information
#44C55C (or 0x44C55C) is known color: Emerald. HEX triplet: 44, C5 and 5C. RGB value is (68,197,92). Sum of RGB (Red+Green+Blue) = 68+197+92=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #44C55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C55C is #BB3AA3. Grayscale: #929292. Windows color (decimal): -12270244 or 6079812. OLE color: 6079812.
HSL color Cylindrical-coordinate representation of color #44C55C: hue angle of 131.16º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C55C is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 197 | 92 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.23 |
| HSL | 131.16º | 0.53% | 0.52% | - |
| HSV(B) | 131.16º | 0.65% | 0.77% | - |
| XYZ | 24.28 | 41.93 | 16.94 | - |
| YUV | 146.46 | 97.26 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 197 | 92 | 0.65 | 0 | 0.53 | 0.23 | 131.16 | 0.53 | 0.52 |
| Hex | 44 | C5 | 5C | 41 | 0 | 35 | 17 | 83 | 35 | 34 |
| Octal | 104 | 305 | 134 | 101 | 0 | 65 | 27 | 203 | 65 | 64 |
| Binary | 1000100 | 11000101 | 1011100 | 1000001 | 0 | 110101 | 10111 | 10000011 | 110101 | 110100 |
Color Harmonies of #44C55C
Complementary color
Monochromatic Colors of #44C55C
Black with #44C55C
Text Example
Text Example
White with #44C55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C55C; }
p { color: rgb(68,197,92); }
H1.HeaderClassName
{
color: #44C55C;
}
.AnyTagClassName
{
color: #44C55C;
}
</style>
background-color css
<style>
a { background-color: #44C55C; }
a { background-color: rgb(68,197,92); }
div.DivClassName
{
background-color: #44C55C;
}
.BgClassName
{
background-color: #44C55C;
}
</style>
border-color css
<style>
span { border-color: #44C55C; }
span { border-color: rgb(68,197,92); }
td.TdClassName
{
border-color: #44C55C;
}
.TagClassName
{
border-color: #44C55C;
}
</style>