Html Css Color HEX #49C37A Emerald

📋 copy color: '#49C37A'

red 73 ◦ green 195 ◦ blue 122

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

Shades of Emerald #49C37A

Tints of Emerald #49C37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 18.72%
G = 50%
B = 31.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#49C37A (or 0x49C37A) is known color: Emerald. HEX triplet: 49, C3 and 7A. RGB value is (73,195,122). Sum of RGB (Red+Green+Blue) = 73+195+122=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #49C37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C37A is #B63C85. Grayscale: #969696. Windows color (decimal): -11943046 or 8045385. OLE color: 8045385.

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

Color convert

RGB 73 195 122 -
CMYK 0.63 0 0.37 0.24
HSL 144.1º 0.5% 0.53% -
HSV(B) 144.1º 0.63% 0.76% -
XYZ 25.78 41.85 25.13 -
YUV 150.2 112.08 72.94 -
System Red Green Blue C M Y K H S L
Decimal 73 195 122 0.63 0 0.37 0.24 144.1 0.5 0.53
Hex 49 C3 7A 3F 0 25 18 90 32 35
Octal 111 303 172 77 0 45 30 220 62 65
Binary 1001001 11000011 1111010 111111 0 100101 11000 10010000 110010 110101

Color Harmonies of #49C37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C37A

Black with #49C37A

Text Example


Text Example

White with #49C37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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