Html Css Color HEX #49C061 Emerald

📋 copy color: '#49C061'

red 73 ◦ green 192 ◦ blue 97

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

Shades of Emerald #49C061

Tints of Emerald #49C061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 20.17%
G = 53.04%
B = 26.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#49C061 (or 0x49C061) is known color: Emerald. HEX triplet: 49, C0 and 61. RGB value is (73,192,97). Sum of RGB (Red+Green+Blue) = 73+192+97=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #49C061 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C061 is #B63F9E. Grayscale: #919191. Windows color (decimal): -11943839 or 6406217. OLE color: 6406217.

HSL color Cylindrical-coordinate representation of color #49C061: hue angle of 132.1º 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 #49C061 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 97 -
CMYK 0.62 0 0.49 0.25
HSL 132.1º 0.49% 0.52% -
HSV(B) 132.1º 0.62% 0.75% -
XYZ 23.75 39.98 17.77 -
YUV 145.59 100.58 76.22 -
System Red Green Blue C M Y K H S L
Decimal 73 192 97 0.62 0 0.49 0.25 132.1 0.49 0.52
Hex 49 C0 61 3E 0 31 19 84 31 34
Octal 111 300 141 76 0 61 31 204 61 64
Binary 1001001 11000000 1100001 111110 0 110001 11001 10000100 110001 110100

Color Harmonies of #49C061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C061

Black with #49C061

Text Example


Text Example

White with #49C061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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