Html Css Color HEX #49D378 Emerald

📋 copy color: '#49D378'

red 73 ◦ green 211 ◦ blue 120

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

Shades of Emerald #49D378

Tints of Emerald #49D378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.7%

R = 18.07%
G = 52.23%
B = 29.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#49D378 (or 0x49D378) is known color: Emerald. HEX triplet: 49, D3 and 78. RGB value is (73,211,120). Sum of RGB (Red+Green+Blue) = 73+211+120=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #49D378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D378 is #B62C87. Grayscale: #9F9F9F. Windows color (decimal): -11938952 or 7918409. OLE color: 7918409.

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

Color convert

RGB 73 211 120 -
CMYK 0.65 0 0.43 0.17
HSL 140.43º 0.61% 0.56% -
HSV(B) 140.43º 0.65% 0.83% -
XYZ 29.43 49.36 25.75 -
YUV 159.36 105.78 66.4 -
System Red Green Blue C M Y K H S L
Decimal 73 211 120 0.65 0 0.43 0.17 140.43 0.61 0.56
Hex 49 D3 78 41 0 2B 11 8C 3D 38
Octal 111 323 170 101 0 53 21 214 75 70
Binary 1001001 11010011 1111000 1000001 0 101011 10001 10001100 111101 111000

Color Harmonies of #49D378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D378

Black with #49D378

Text Example


Text Example

White with #49D378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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