#49BD68

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

Shades of Emerald #49BD68

Tints of Emerald #49BD68

Color information

#49BD68 (or 0x49BD68) is unknown color: approx Emerald. HEX triplet: 49, BD and 68. RGB value is (73,189,104). Sum of RGB (Red+Green+Blue) = 73+189+104=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BD68 is #B64297. Grayscale: #909090. Windows color (decimal): -11944600 or 6864201. OLE color: 6864201.

HSL color Cylindrical-coordinate representation of color #49BD68: hue angle of 136.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BD68 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB73189104-
CMYK0.6100.450.26
HSL136.03º46.77%51.37%-
HSV(B)136.03º61.38%74.12%-
XYZ23.4438.8119.35-
YUV144.63105.0776.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.95%
GREEN value IS 189 (74.22% from 255) = 51.64%
BLUE value IS 104 (41.02% from 255) = 28.42%
R=19.95%
G=51.64%
B=28.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731891040.6100.450.26136.0346.7751.37
Hex49BD683D02D1A882f33
Octal11127515075055322105763
Binary100100110111101110100011110101011011101010001000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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