Html Css Color HEX #49C072 Emerald

📋 copy color: '#49C072'

red 73 ◦ green 192 ◦ blue 114

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

Shades of Emerald #49C072

Tints of Emerald #49C072

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.66%

 BLUE value IS 114 (44.92% from 255) = 30.08%

R = 19.26%
G = 50.66%
B = 30.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#49C072 (or 0x49C072) is known color: Emerald. HEX triplet: 49, C0 and 72. RGB value is (73,192,114). Sum of RGB (Red+Green+Blue) = 73+192+114=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #49C072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C072 is #B63F8D. Grayscale: #939393. Windows color (decimal): -11943822 or 7520329. OLE color: 7520329.

HSL color Cylindrical-coordinate representation of color #49C072: hue angle of 140.67º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C072 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 114 -
CMYK 0.62 0 0.41 0.25
HSL 140.67º 0.49% 0.52% -
HSV(B) 140.67º 0.62% 0.75% -
XYZ 24.63 40.33 22.41 -
YUV 147.53 109.08 74.84 -
System Red Green Blue C M Y K H S L
Decimal 73 192 114 0.62 0 0.41 0.25 140.67 0.49 0.52
Hex 49 C0 72 3E 0 29 19 8D 31 34
Octal 111 300 162 76 0 51 31 215 61 64
Binary 1001001 11000000 1110010 111110 0 101001 11001 10001101 110001 110100

Color Harmonies of #49C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C072

Black with #49C072

Text Example


Text Example

White with #49C072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,192,114); }

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

background-color css

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

 a { background-color: rgb(73,192,114); }

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

border-color css

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

 span { border-color: rgb(73,192,114); }

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