Html Css Color HEX #49C375 Emerald

📋 copy color: '#49C375'

red 73 ◦ green 195 ◦ blue 117

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

Shades of Emerald #49C375

Tints of Emerald #49C375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 18.96%
G = 50.65%
B = 30.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#49C375 (or 0x49C375) is known color: Emerald. HEX triplet: 49, C3 and 75. RGB value is (73,195,117). Sum of RGB (Red+Green+Blue) = 73+195+117=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #49C375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C375 is #B63C8A. Grayscale: #959595. Windows color (decimal): -11943051 or 7717705. OLE color: 7717705.

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

Color convert

RGB 73 195 117 -
CMYK 0.63 0 0.4 0.24
HSL 141.64º 0.5% 0.53% -
HSV(B) 141.64º 0.63% 0.76% -
XYZ 25.47 41.73 23.54 -
YUV 149.63 109.58 73.34 -
System Red Green Blue C M Y K H S L
Decimal 73 195 117 0.63 0 0.4 0.24 141.64 0.5 0.53
Hex 49 C3 75 3F 0 28 18 8E 32 35
Octal 111 303 165 77 0 50 30 216 62 65
Binary 1001001 11000011 1110101 111111 0 101000 11000 10001110 110010 110101

Color Harmonies of #49C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C375

Black with #49C375

Text Example


Text Example

White with #49C375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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