Shades of Emerald #44C65C
Tints of Emerald #44C65C
RGB
CMYK
RGB Variations
Color information
#44C65C (or 0x44C65C) is known color: Emerald. HEX triplet: 44, C6 and 5C. RGB value is (68,198,92). Sum of RGB (Red+Green+Blue) = 68+198+92=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #44C65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C65C is #BB39A3. Grayscale: #939393. Windows color (decimal): -12269988 or 6080068. OLE color: 6080068.
HSL color Cylindrical-coordinate representation of color #44C65C: hue angle of 131.08º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C65C is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 198 | 92 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.22 |
| HSL | 131.08º | 0.53% | 0.52% | - |
| HSV(B) | 131.08º | 0.66% | 0.78% | - |
| XYZ | 24.51 | 42.39 | 17.02 | - |
| YUV | 147.05 | 96.93 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 198 | 92 | 0.66 | 0 | 0.54 | 0.22 | 131.08 | 0.53 | 0.52 |
| Hex | 44 | C6 | 5C | 42 | 0 | 36 | 16 | 83 | 35 | 34 |
| Octal | 104 | 306 | 134 | 102 | 0 | 66 | 26 | 203 | 65 | 64 |
| Binary | 1000100 | 11000110 | 1011100 | 1000010 | 0 | 110110 | 10110 | 10000011 | 110101 | 110100 |
Color Harmonies of #44C65C
Complementary color
Monochromatic Colors of #44C65C
Black with #44C65C
Text Example
Text Example
White with #44C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C65C; }
p { color: rgb(68,198,92); }
H1.HeaderClassName
{
color: #44C65C;
}
.AnyTagClassName
{
color: #44C65C;
}
</style>
background-color css
<style>
a { background-color: #44C65C; }
a { background-color: rgb(68,198,92); }
div.DivClassName
{
background-color: #44C65C;
}
.BgClassName
{
background-color: #44C65C;
}
</style>
border-color css
<style>
span { border-color: #44C65C; }
span { border-color: rgb(68,198,92); }
td.TdClassName
{
border-color: #44C65C;
}
.TagClassName
{
border-color: #44C65C;
}
</style>