Html Css Color HEX #49D06B Emerald

📋 copy color: '#49D06B'

red 73 ◦ green 208 ◦ blue 107

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

Shades of Emerald #49D06B

Tints of Emerald #49D06B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.61%

 BLUE value IS 107 (42.19% from 255) = 27.58%

R = 18.81%
G = 53.61%
B = 27.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#49D06B (or 0x49D06B) is known color: Emerald. HEX triplet: 49, D0 and 6B. RGB value is (73,208,107). Sum of RGB (Red+Green+Blue) = 73+208+107=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #49D06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D06B is #B62F94. Grayscale: #9C9C9C. Windows color (decimal): -11939733 or 7065673. OLE color: 7065673.

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

Color convert

RGB 73 208 107 -
CMYK 0.65 0 0.49 0.18
HSL 135.11º 0.59% 0.55% -
HSV(B) 135.11º 0.65% 0.82% -
XYZ 27.96 47.59 21.62 -
YUV 156.12 100.27 68.71 -
System Red Green Blue C M Y K H S L
Decimal 73 208 107 0.65 0 0.49 0.18 135.11 0.59 0.55
Hex 49 D0 6B 41 0 31 12 87 3B 37
Octal 111 320 153 101 0 61 22 207 73 67
Binary 1001001 11010000 1101011 1000001 0 110001 10010 10000111 111011 110111

Color Harmonies of #49D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D06B

Black with #49D06B

Text Example


Text Example

White with #49D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,208,107); }

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

background-color css

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

 a { background-color: rgb(73,208,107); }

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

border-color css

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

 span { border-color: rgb(73,208,107); }

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