Html Css Color HEX #49C45F Emerald

📋 copy color: '#49C45F'

red 73 ◦ green 196 ◦ blue 95

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

Shades of Emerald #49C45F

Tints of Emerald #49C45F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.85%

 BLUE value IS 95 (37.5% from 255) = 26.1%

R = 20.05%
G = 53.85%
B = 26.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#49C45F (or 0x49C45F) is known color: Emerald. HEX triplet: 49, C4 and 5F. RGB value is (73,196,95). Sum of RGB (Red+Green+Blue) = 73+196+95=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 196 (76.95% from 255 or 53.85% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 196 - color contains mainly: green. Hex color #49C45F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C45F is #B63BA0. Grayscale: #939393. Windows color (decimal): -11942817 or 6276169. OLE color: 6276169.

HSL color Cylindrical-coordinate representation of color #49C45F: hue angle of 130.73º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C45F is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 196 95 -
CMYK 0.63 0 0.52 0.23
HSL 130.73º 0.51% 0.53% -
HSV(B) 130.73º 0.63% 0.77% -
XYZ 24.55 41.72 17.59 -
YUV 147.71 98.25 74.71 -
System Red Green Blue C M Y K H S L
Decimal 73 196 95 0.63 0 0.52 0.23 130.73 0.51 0.53
Hex 49 C4 5F 3F 0 34 17 83 33 35
Octal 111 304 137 77 0 64 27 203 63 65
Binary 1001001 11000100 1011111 111111 0 110100 10111 10000011 110011 110101

Color Harmonies of #49C45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C45F

Black with #49C45F

Text Example


Text Example

White with #49C45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,196,95); }

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

background-color css

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

 a { background-color: rgb(73,196,95); }

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

border-color css

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

 span { border-color: rgb(73,196,95); }

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