#44c378

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

Shades of Emerald #44C378

Tints of Emerald #44C378

Color information

#44C378 (or 0x44C378) is unknown color: approx Emerald. HEX triplet: 44, C3 and 78. RGB value is (68,195,120). Sum of RGB (Red+Green+Blue) = 68+195+120=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #44C378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C378 is #BB3C87. Grayscale: #949494. Windows color (decimal): -12270728 or 7914308. OLE color: 7914308.

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

Color convert

RGB68195120-
CMYK0.6500.380.24
HSL144.57º51.42%51.57%-
HSV(B)144.57º65.13%76.47%-
XYZ25.2941.6224.47-
YUV148.48111.9270.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.75%
GREEN value IS 195 (76.56% from 255) = 50.91%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=17.75%
G=50.91%
B=31.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681951200.6500.380.24144.5751.4251.57
Hex44C3784102618913334
Octal104303170101046302216364
Binary1000100110000111111000100000101001101100010010001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44c378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,195,120); }

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

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

 a { background-color: rgb(68,195,120); }

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

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

 span { border-color: rgb(68,195,120); }

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