Html Css Color HEX #49C384 Emerald

📋 copy color: '#49C384'

red 73 ◦ green 195 ◦ blue 132

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

Shades of Emerald #49C384

Tints of Emerald #49C384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.75%

 BLUE value IS 132 (51.95% from 255) = 33%

R = 18.25%
G = 48.75%
B = 33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#49C384 (or 0x49C384) is known color: Emerald. HEX triplet: 49, C3 and 84. RGB value is (73,195,132). Sum of RGB (Red+Green+Blue) = 73+195+132=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #49C384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C384 is #B63C7B. Grayscale: #979797. Windows color (decimal): -11943036 or 8700745. OLE color: 8700745.

HSL color Cylindrical-coordinate representation of color #49C384: hue angle of 149.02º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C384 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 132 -
CMYK 0.63 0 0.32 0.24
HSL 149.02º 0.5% 0.53% -
HSV(B) 149.02º 0.63% 0.76% -
XYZ 26.43 42.11 28.57 -
YUV 151.34 117.08 72.12 -
System Red Green Blue C M Y K H S L
Decimal 73 195 132 0.63 0 0.32 0.24 149.02 0.5 0.53
Hex 49 C3 84 3F 0 20 18 95 32 35
Octal 111 303 204 77 0 40 30 225 62 65
Binary 1001001 11000011 10000100 111111 0 100000 11000 10010101 110010 110101

Color Harmonies of #49C384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C384

Black with #49C384

Text Example


Text Example

White with #49C384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,195,132); }

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

background-color css

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

 a { background-color: rgb(73,195,132); }

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

border-color css

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

 span { border-color: rgb(73,195,132); }

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