Html Css Color HEX #49D58A Emerald

📋 copy color: '#49D58A'

red 73 ◦ green 213 ◦ blue 138

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

Shades of Emerald #49D58A

Tints of Emerald #49D58A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.24%

 BLUE value IS 138 (54.3% from 255) = 32.55%

R = 17.22%
G = 50.24%
B = 32.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#49D58A (or 0x49D58A) is known color: Emerald. HEX triplet: 49, D5 and 8A. RGB value is (73,213,138). Sum of RGB (Red+Green+Blue) = 73+213+138=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #49D58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D58A is #B62A75. Grayscale: #A2A2A2. Windows color (decimal): -11938422 or 9098569. OLE color: 9098569.

HSL color Cylindrical-coordinate representation of color #49D58A: hue angle of 147.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D58A is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 213 138 -
CMYK 0.66 0 0.35 0.16
HSL 147.86º 0.63% 0.56% -
HSV(B) 147.86º 0.66% 0.84% -
XYZ 31.13 50.84 32.22 -
YUV 162.59 114.12 64.1 -
System Red Green Blue C M Y K H S L
Decimal 73 213 138 0.66 0 0.35 0.16 147.86 0.63 0.56
Hex 49 D5 8A 42 0 23 10 94 3E 38
Octal 111 325 212 102 0 43 20 224 76 70
Binary 1001001 11010101 10001010 1000010 0 100011 10000 10010100 111110 111000

Color Harmonies of #49D58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D58A

Black with #49D58A

Text Example


Text Example

White with #49D58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,213,138); }

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

background-color css

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

 a { background-color: rgb(73,213,138); }

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

border-color css

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

 span { border-color: rgb(73,213,138); }

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