Html Css Color HEX #49D362 Emerald

📋 copy color: '#49D362'

red 73 ◦ green 211 ◦ blue 98

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

Shades of Emerald #49D362

Tints of Emerald #49D362

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.24%

 BLUE value IS 98 (38.67% from 255) = 25.65%

R = 19.11%
G = 55.24%
B = 25.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#49D362 (or 0x49D362) is known color: Emerald. HEX triplet: 49, D3 and 62. RGB value is (73,211,98). Sum of RGB (Red+Green+Blue) = 73+211+98=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 211 (82.81% from 255 or 55.24% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 211 - color contains mainly: green. Hex color #49D362 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D362 is #B62C9D. Grayscale: #9D9D9D. Windows color (decimal): -11938974 or 6476617. OLE color: 6476617.

HSL color Cylindrical-coordinate representation of color #49D362: hue angle of 130.87º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D362 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 211 98 -
CMYK 0.65 0 0.54 0.17
HSL 130.87º 0.61% 0.56% -
HSV(B) 130.87º 0.65% 0.83% -
XYZ 28.25 48.89 19.5 -
YUV 156.86 94.78 68.19 -
System Red Green Blue C M Y K H S L
Decimal 73 211 98 0.65 0 0.54 0.17 130.87 0.61 0.56
Hex 49 D3 62 41 0 36 11 83 3D 38
Octal 111 323 142 101 0 66 21 203 75 70
Binary 1001001 11010011 1100010 1000001 0 110110 10001 10000011 111101 111000

Color Harmonies of #49D362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D362

Black with #49D362

Text Example


Text Example

White with #49D362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,211,98); }

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

background-color css

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

 a { background-color: rgb(73,211,98); }

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

border-color css

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

 span { border-color: rgb(73,211,98); }

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