Html Css Color HEX #49D28A Emerald

📋 copy color: '#49D28A'

red 73 ◦ green 210 ◦ blue 138

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

Shades of Emerald #49D28A

Tints of Emerald #49D28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.88%

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

R = 17.34%
G = 49.88%
B = 32.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#49D28A (or 0x49D28A) is known color: Emerald. HEX triplet: 49, D2 and 8A. RGB value is (73,210,138). Sum of RGB (Red+Green+Blue) = 73+210+138=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #49D28A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D28A is #B62D75. Grayscale: #A0A0A0. Windows color (decimal): -11939190 or 9097801. OLE color: 9097801.

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

Color convert

RGB 73 210 138 -
CMYK 0.65 0 0.34 0.18
HSL 148.47º 0.6% 0.55% -
HSV(B) 148.47º 0.65% 0.82% -
XYZ 30.38 49.34 31.97 -
YUV 160.83 115.11 65.35 -
System Red Green Blue C M Y K H S L
Decimal 73 210 138 0.65 0 0.34 0.18 148.47 0.6 0.55
Hex 49 D2 8A 41 0 22 12 94 3C 37
Octal 111 322 212 101 0 42 22 224 74 67
Binary 1001001 11010010 10001010 1000001 0 100010 10010 10010100 111100 110111

Color Harmonies of #49D28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D28A

Black with #49D28A

Text Example


Text Example

White with #49D28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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