Html Css Color HEX #49D072 Emerald

📋 copy color: '#49D072'

red 73 ◦ green 208 ◦ blue 114

#49D072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #49D072

Tints of Emerald #49D072

RGB

 RED value IS 73 (28.91% from 255) = 18.48%

 GREEN value IS 208 (81.64% from 255) = 52.66%

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 18.48%
G = 52.66%
B = 28.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#49D072 (or 0x49D072) is known color: Emerald. HEX triplet: 49, D0 and 72. RGB value is (73,208,114). Sum of RGB (Red+Green+Blue) = 73+208+114=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #49D072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D072 is #B62F8D. Grayscale: #9D9D9D. Windows color (decimal): -11939726 or 7524425. OLE color: 7524425.

HSL color Cylindrical-coordinate representation of color #49D072: hue angle of 138.22º 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 #49D072 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 208 114 -
CMYK 0.65 0 0.45 0.18
HSL 138.22º 0.59% 0.55% -
HSV(B) 138.22º 0.65% 0.82% -
XYZ 28.34 47.74 23.64 -
YUV 156.92 103.77 68.14 -
System Red Green Blue C M Y K H S L
Decimal 73 208 114 0.65 0 0.45 0.18 138.22 0.59 0.55
Hex 49 D0 72 41 0 2D 12 8A 3B 37
Octal 111 320 162 101 0 55 22 212 73 67
Binary 1001001 11010000 1110010 1000001 0 101101 10010 10001010 111011 110111

Color Harmonies of #49D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D072

Black with #49D072

Text Example


Text Example

White with #49D072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49D072;
 }
 .AnyTagClassName
 {
   color: #49D072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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