#44C076

Color #44C076 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #44C076

Tints of Emerald #44C076

Color information

#44C076 (or 0x44C076) is unknown color: approx Emerald. HEX triplet: 44, C0 and 76. RGB value is (68,192,118). Sum of RGB (Red+Green+Blue) = 68+192+118=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #44C076 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C076 is #BB3F89. Grayscale: #929292. Windows color (decimal): -12271498 or 7782468. OLE color: 7782468.

HSL color Cylindrical-coordinate representation of color #44C076: hue angle of 144.19º 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 #44C076 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB68192118-
CMYK0.6500.390.25
HSL144.19º49.6%50.98%-
HSV(B)144.19º64.58%75.29%-
XYZ24.540.2423.61-
YUV146.49111.9272.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 17.99%
GREEN value IS 192 (75.39% from 255) = 50.79%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=17.99%
G=50.79%
B=31.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681921180.6500.390.25144.1949.650.98
Hex44C0764102719903233
Octal104300166101047312206263
Binary1000100110000001110110100000101001111100110010000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44C076; }

 p { color: rgb(68,192,118); }

 H1.HeaderClassName
 {
   color: #44C076;
 }
 .AnyTagClassName
 {
   color: #44C076;
 }
</style>
background-color css

<style>
 a { background-color: #44C076; }

 a { background-color: rgb(68,192,118); }

 div.DivClassName
 {
   background-color: #44C076;
 }
 .BgClassName
 {
   background-color: #44C076;
 }
</style>
border-color css

<style>
 span { border-color: #44C076; }

 span { border-color: rgb(68,192,118); }

 td.TdClassName
 {
   border-color: #44C076;
 }
 .TagClassName
 {
   border-color: #44C076;
 }
</style>