Html Css Color HEX #49C08A Emerald

📋 copy color: '#49C08A'

red 73 ◦ green 192 ◦ blue 138

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

Shades of Emerald #49C08A

Tints of Emerald #49C08A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.64%

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

R = 18.11%
G = 47.64%
B = 34.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#49C08A (or 0x49C08A) is known color: Emerald. HEX triplet: 49, C0 and 8A. RGB value is (73,192,138). Sum of RGB (Red+Green+Blue) = 73+192+138=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #49C08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C08A is #B63F75. Grayscale: #969696. Windows color (decimal): -11943798 or 9093193. OLE color: 9093193.

HSL color Cylindrical-coordinate representation of color #49C08A: hue angle of 152.77º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C08A is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 138 -
CMYK 0.62 0 0.28 0.25
HSL 152.77º 0.49% 0.52% -
HSV(B) 152.77º 0.62% 0.75% -
XYZ 26.18 40.95 30.57 -
YUV 150.26 121.08 72.89 -
System Red Green Blue C M Y K H S L
Decimal 73 192 138 0.62 0 0.28 0.25 152.77 0.49 0.52
Hex 49 C0 8A 3E 0 1C 19 99 31 34
Octal 111 300 212 76 0 34 31 231 61 64
Binary 1001001 11000000 10001010 111110 0 11100 11001 10011001 110001 110100

Color Harmonies of #49C08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C08A

Black with #49C08A

Text Example


Text Example

White with #49C08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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