#49C382

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

Shades of Emerald #49C382

Tints of Emerald #49C382

Color information

#49C382 (or 0x49C382) is unknown color: approx Emerald. HEX triplet: 49, C3 and 82. RGB value is (73,195,130). Sum of RGB (Red+Green+Blue) = 73+195+130=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #49C382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C382 is #B63C7D. Grayscale: #979797. Windows color (decimal): -11943038 or 8569673. OLE color: 8569673.

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

Color convert

RGB73195130-
CMYK0.6300.330.24
HSL148.03º50.41%52.55%-
HSV(B)148.03º62.56%76.47%-
XYZ26.2942.0627.85-
YUV151.11116.0872.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.34%
GREEN value IS 195 (76.56% from 255) = 48.99%
BLUE value IS 130 (51.17% from 255) = 32.66%
R=18.34%
G=48.99%
B=32.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731951300.6300.330.24148.0350.4152.55
Hex49C3823F02118943235
Octal11130320277041302246265
Binary1001001110000111000001011111101000011100010010100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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