#49C181

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

Shades of Emerald #49C181

Tints of Emerald #49C181

Color information

#49C181 (or 0x49C181) is unknown color: approx Emerald. HEX triplet: 49, C1 and 81. RGB value is (73,193,129). Sum of RGB (Red+Green+Blue) = 73+193+129=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #49C181 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C181 is #B63E7E. Grayscale: #959595. Windows color (decimal): -11943551 or 8503625. OLE color: 8503625.

HSL color Cylindrical-coordinate representation of color #49C181: hue angle of 148º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C181 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB73193129-
CMYK0.6200.330.24
HSL148º49.18%52.16%-
HSV(B)148º62.18%75.69%-
XYZ25.7841.1427.35-
YUV149.82116.2473.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 193 (75.78% from 255) = 48.86%
BLUE value IS 129 (50.78% from 255) = 32.66%
R=18.48%
G=48.86%
B=32.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731931290.6200.330.2414849.1852.16
Hex49C1813E02118943134
Octal11130120176041302246164
Binary1001001110000011000000111111001000011100010010100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49C181; }

 p { color: rgb(73,193,129); }

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

<style>
 a { background-color: #49C181; }

 a { background-color: rgb(73,193,129); }

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

<style>
 span { border-color: #49C181; }

 span { border-color: rgb(73,193,129); }

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