Html Css Color HEX #49C382 Emerald

📋 copy color: '#49C382'

red 73 ◦ green 195 ◦ blue 130

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

Shades of Emerald #49C382

Tints of Emerald #49C382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 18.34%
G = 48.99%
B = 32.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#49C382 (or 0x49C382) is known color: Emerald. HEX triplet: 49, C3 and 82. RGB value is (73,195,130). Sum of RGB (Red+Green+Blue) = 73+195+130=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #49C382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C382 is #B63C7D. Grayscale: #979797. Windows color (decimal): -11943038 or 8569673. OLE color: 8569673.

HSL color Cylindrical-coordinate representation of color #49C382: hue angle of 148.03º 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 #49C382 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 130 -
CMYK 0.63 0 0.33 0.24
HSL 148.03º 0.5% 0.53% -
HSV(B) 148.03º 0.63% 0.76% -
XYZ 26.29 42.06 27.85 -
YUV 151.11 116.08 72.29 -
System Red Green Blue C M Y K H S L
Decimal 73 195 130 0.63 0 0.33 0.24 148.03 0.5 0.53
Hex 49 C3 82 3F 0 21 18 94 32 35
Octal 111 303 202 77 0 41 30 224 62 65
Binary 1001001 11000011 10000010 111111 0 100001 11000 10010100 110010 110101

Color Harmonies of #49C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C382

Black with #49C382

Text Example


Text Example

White with #49C382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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