Html Css Color HEX #49C181 Emerald

📋 copy color: '#49C181'

red 73 ◦ green 193 ◦ blue 129

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

Shades of Emerald #49C181

Tints of Emerald #49C181

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.86%

 BLUE value IS 129 (50.78% from 255) = 32.66%

R = 18.48%
G = 48.86%
B = 32.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#49C181 (or 0x49C181) is known color: Emerald. HEX triplet: 49, C1 and 81. RGB value is (73,193,129). Sum of RGB (Red+Green+Blue) = 73+193+129=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #49C181 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C181 is #B63E7E. Grayscale: #959595. Windows color (decimal): -11943551 or 8503625. OLE color: 8503625.

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

Color convert

RGB 73 193 129 -
CMYK 0.62 0 0.33 0.24
HSL 148º 0.49% 0.52% -
HSV(B) 148º 0.62% 0.76% -
XYZ 25.78 41.14 27.35 -
YUV 149.82 116.24 73.2 -
System Red Green Blue C M Y K H S L
Decimal 73 193 129 0.62 0 0.33 0.24 148 0.49 0.52
Hex 49 C1 81 3E 0 21 18 94 31 34
Octal 111 301 201 76 0 41 30 224 61 64
Binary 1001001 11000001 10000001 111110 0 100001 11000 10010100 110001 110100

Color Harmonies of #49C181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C181

Black with #49C181

Text Example


Text Example

White with #49C181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,193,129); }

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

background-color css

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

 a { background-color: rgb(73,193,129); }

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

border-color css

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

 span { border-color: rgb(73,193,129); }

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