#49CB6B

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

Shades of Emerald #49CB6B

Tints of Emerald #49CB6B

Color information

#49CB6B (or 0x49CB6B) is unknown color: approx Emerald. HEX triplet: 49, CB and 6B. RGB value is (73,203,107). Sum of RGB (Red+Green+Blue) = 73+203+107=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CB6B is #B63494. Grayscale: #999999. Windows color (decimal): -11941013 or 7064393. OLE color: 7064393.

HSL color Cylindrical-coordinate representation of color #49CB6B: hue angle of 135.69º 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 #49CB6B is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB73203107-
CMYK0.6400.470.20
HSL135.69º55.56%54.12%-
HSV(B)135.69º64.04%79.61%-
XYZ26.7645.1921.22-
YUV153.19101.9370.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.06%
GREEN value IS 203 (79.69% from 255) = 53.00%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=19.06%
G=53.00%
B=27.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732031070.6400.470.20135.6955.5654.12
Hex49CB6B4002F14883836
Octal111313153100057242107066
Binary1001001110010111101011100000001011111010010001000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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