#49DC69

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

Shades of Emerald #49DC69

Tints of Emerald #49DC69

Color information

#49DC69 (or 0x49DC69) is unknown color: approx Emerald. HEX triplet: 49, DC and 69. RGB value is (73,220,105). Sum of RGB (Red+Green+Blue) = 73+220+105=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DC69 is #B62396. Grayscale: #A3A3A3. Windows color (decimal): -11936663 or 6937673. OLE color: 6937673.

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

Color convert

RGB73220105-
CMYK0.6700.520.14
HSL133.06º67.74%57.45%-
HSV(B)133.06º66.82%86.27%-
XYZ30.8953.6222.09-
YUV162.9495.363.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.34%
GREEN value IS 220 (86.33% from 255) = 55.28%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=18.34%
G=55.28%
B=26.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732201050.6700.520.14133.0667.7457.45
Hex49DC6943034E854439
Octal1113341511030641620510471
Binary1001001110111001101001100001101101001110100001011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,220,105); }

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

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

 a { background-color: rgb(73,220,105); }

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

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

 span { border-color: rgb(73,220,105); }

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