Html Css Color HEX #49BD7F Emerald

📋 copy color: '#49BD7F'

red 73 ◦ green 189 ◦ blue 127

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

Shades of Emerald #49BD7F

Tints of Emerald #49BD7F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.59%

 BLUE value IS 127 (50% from 255) = 32.65%

R = 18.77%
G = 48.59%
B = 32.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#49BD7F (or 0x49BD7F) is known color: Emerald. HEX triplet: 49, BD and 7F. RGB value is (73,189,127). Sum of RGB (Red+Green+Blue) = 73+189+127=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BD7F is #B64280. Grayscale: #939393. Windows color (decimal): -11944577 or 8371529. OLE color: 8371529.

HSL color Cylindrical-coordinate representation of color #49BD7F: hue angle of 147.93º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BD7F is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 189 127 -
CMYK 0.61 0 0.33 0.26
HSL 147.93º 0.47% 0.51% -
HSV(B) 147.93º 0.61% 0.74% -
XYZ 24.78 39.34 26.37 -
YUV 147.25 116.57 75.04 -
System Red Green Blue C M Y K H S L
Decimal 73 189 127 0.61 0 0.33 0.26 147.93 0.47 0.51
Hex 49 BD 7F 3D 0 21 1A 94 2F 33
Octal 111 275 177 75 0 41 32 224 57 63
Binary 1001001 10111101 1111111 111101 0 100001 11010 10010100 101111 110011

Color Harmonies of #49BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BD7F

Black with #49BD7F

Text Example


Text Example

White with #49BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,189,127); }

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

background-color css

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

 a { background-color: rgb(73,189,127); }

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

border-color css

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

 span { border-color: rgb(73,189,127); }

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