#49CB6E

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

Shades of Emerald #49CB6E

Tints of Emerald #49CB6E

Color information

#49CB6E (or 0x49CB6E) is unknown color: approx Emerald. HEX triplet: 49, CB and 6E. RGB value is (73,203,110). Sum of RGB (Red+Green+Blue) = 73+203+110=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CB6E is #B63491. Grayscale: #999999. Windows color (decimal): -11941010 or 7261001. OLE color: 7261001.

HSL color Cylindrical-coordinate representation of color #49CB6E: hue angle of 137.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CB6E is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB73203110-
CMYK0.6400.460.20
HSL137.08º55.56%54.12%-
HSV(B)137.08º64.04%79.61%-
XYZ26.9245.2522.07-
YUV153.53103.4370.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.91%
GREEN value IS 203 (79.69% from 255) = 52.59%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=18.91%
G=52.59%
B=28.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732031100.6400.460.20137.0855.5654.12
Hex49CB6E4002E14893836
Octal111313156100056242117066
Binary1001001110010111101110100000001011101010010001001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,203,110); }

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

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

 a { background-color: rgb(73,203,110); }

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

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

 span { border-color: rgb(73,203,110); }

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