#49DB68

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

Shades of Emerald #49DB68

Tints of Emerald #49DB68

Color information

#49DB68 (or 0x49DB68) is unknown color: approx Emerald. HEX triplet: 49, DB and 68. RGB value is (73,219,104). Sum of RGB (Red+Green+Blue) = 73+219+104=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DB68 is #B62497. Grayscale: #A2A2A2. Windows color (decimal): -11936920 or 6871881. OLE color: 6871881.

HSL color Cylindrical-coordinate representation of color #49DB68: hue angle of 132.74º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DB68 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB73219104-
CMYK0.6700.530.14
HSL132.74º66.97%57.25%-
HSV(B)132.74º66.67%85.88%-
XYZ30.5853.0821.73-
YUV162.2495.1364.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 219 (85.94% from 255) = 55.30%
BLUE value IS 104 (41.02% from 255) = 26.26%
R=18.43%
G=55.30%
B=26.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732191040.6700.530.14132.7466.9757.25
Hex49DB6843035E854339
Octal1113331501030651620510371
Binary1001001110110111101000100001101101011110100001011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,219,104); }

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

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

 a { background-color: rgb(73,219,104); }

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

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

 span { border-color: rgb(73,219,104); }

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