Html Css Color HEX #49C378 Emerald

📋 copy color: '#49C378'

red 73 ◦ green 195 ◦ blue 120

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

Shades of Emerald #49C378

Tints of Emerald #49C378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 18.81%
G = 50.26%
B = 30.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#49C378 (or 0x49C378) is known color: Emerald. HEX triplet: 49, C3 and 78. RGB value is (73,195,120). Sum of RGB (Red+Green+Blue) = 73+195+120=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #49C378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C378 is #B63C87. Grayscale: #969696. Windows color (decimal): -11943048 or 7914313. OLE color: 7914313.

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

Color convert

RGB 73 195 120 -
CMYK 0.63 0 0.38 0.24
HSL 143.11º 0.5% 0.53% -
HSV(B) 143.11º 0.63% 0.76% -
XYZ 25.65 41.8 24.49 -
YUV 149.97 111.08 73.1 -
System Red Green Blue C M Y K H S L
Decimal 73 195 120 0.63 0 0.38 0.24 143.11 0.5 0.53
Hex 49 C3 78 3F 0 26 18 8F 32 35
Octal 111 303 170 77 0 46 30 217 62 65
Binary 1001001 11000011 1111000 111111 0 100110 11000 10001111 110010 110101

Color Harmonies of #49C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C378

Black with #49C378

Text Example


Text Example

White with #49C378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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