#49D065

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

Shades of Emerald #49D065

Tints of Emerald #49D065

Color information

#49D065 (or 0x49D065) is unknown color: approx Emerald. HEX triplet: 49, D0 and 65. RGB value is (73,208,101). Sum of RGB (Red+Green+Blue) = 73+208+101=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 208 (81.64% from 255 or 54.45% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 208 - color contains mainly: green. Hex color #49D065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D065 is #B62F9A. Grayscale: #9B9B9B. Windows color (decimal): -11939739 or 6672457. OLE color: 6672457.

HSL color Cylindrical-coordinate representation of color #49D065: hue angle of 132.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D065 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB73208101-
CMYK0.6500.510.18
HSL132.44º58.95%55.1%-
HSV(B)132.44º64.9%81.57%-
XYZ27.6547.4720.02-
YUV155.4497.2769.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.11%
GREEN value IS 208 (81.64% from 255) = 54.45%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=19.11%
G=54.45%
B=26.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732081010.6500.510.18132.4458.9555.1
Hex49D0654103312843b37
Octal111320145101063222047367
Binary1001001110100001100101100000101100111001010000100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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