#44C974

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

Shades of Emerald #44C974

Tints of Emerald #44C974

Color information

#44C974 (or 0x44C974) is unknown color: approx Emerald. HEX triplet: 44, C9 and 74. RGB value is (68,201,116). Sum of RGB (Red+Green+Blue) = 68+201+116=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #44C974 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C974 is #BB368B. Grayscale: #979797. Windows color (decimal): -12269196 or 7653700. OLE color: 7653700.

HSL color Cylindrical-coordinate representation of color #44C974: hue angle of 141.65º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C974 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB68201116-
CMYK0.6600.420.21
HSL141.65º55.19%52.75%-
HSV(B)141.65º66.17%78.82%-
XYZ26.4244.2623.67-
YUV151.54107.9468.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.66%
GREEN value IS 201 (78.91% from 255) = 52.21%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=17.66%
G=52.21%
B=30.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal682011160.6600.420.21141.6555.1952.75
Hex44C9744202A158e3735
Octal104311164102052252166765
Binary1000100110010011110100100001001010101010110001110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,201,116); }

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

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

 a { background-color: rgb(68,201,116); }

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

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

 span { border-color: rgb(68,201,116); }

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