#49DB65

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

Shades of Emerald #49DB65

Tints of Emerald #49DB65

Color information

#49DB65 (or 0x49DB65) is unknown color: approx Emerald. HEX triplet: 49, DB and 65. RGB value is (73,219,101). Sum of RGB (Red+Green+Blue) = 73+219+101=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DB65 is #B6249A. Grayscale: #A2A2A2. Windows color (decimal): -11936923 or 6675273. OLE color: 6675273.

HSL color Cylindrical-coordinate representation of color #49DB65: hue angle of 131.51º 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 #49DB65 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB73219101-
CMYK0.6700.540.14
HSL131.51º66.97%57.25%-
HSV(B)131.51º66.67%85.88%-
XYZ30.4353.0220.94-
YUV161.8993.6364.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.58%
GREEN value IS 219 (85.94% from 255) = 55.73%
BLUE value IS 101 (39.84% from 255) = 25.70%
R=18.58%
G=55.73%
B=25.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732191010.6700.540.14131.5166.9757.25
Hex49DB6543036E844339
Octal1113331451030661620410371
Binary1001001110110111100101100001101101101110100001001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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