#44C382

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

Shades of Emerald #44C382

Tints of Emerald #44C382

Color information

#44C382 (or 0x44C382) is unknown color: approx Emerald. HEX triplet: 44, C3 and 82. RGB value is (68,195,130). Sum of RGB (Red+Green+Blue) = 68+195+130=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #44C382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C382 is #BB3C7D. Grayscale: #959595. Windows color (decimal): -12270718 or 8569668. OLE color: 8569668.

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

Color convert

RGB68195130-
CMYK0.6500.330.24
HSL149.29º51.42%51.57%-
HSV(B)149.29º65.13%76.47%-
XYZ25.9341.8727.83-
YUV149.62116.9269.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.30%
GREEN value IS 195 (76.56% from 255) = 49.62%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=17.30%
G=49.62%
B=33.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681951300.6500.330.24149.2951.4251.57
Hex44C3824102118953334
Octal104303202101041302256364
Binary10001001100001110000010100000101000011100010010101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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