Html Css Color HEX #49BC61 Emerald

📋 copy color: '#49BC61'

red 73 ◦ green 188 ◦ blue 97

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

Shades of Emerald #49BC61

Tints of Emerald #49BC61

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.51%

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

R = 20.39%
G = 52.51%
B = 27.09%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#49BC61 (or 0x49BC61) is known color: Emerald. HEX triplet: 49, BC and 61. RGB value is (73,188,97). Sum of RGB (Red+Green+Blue) = 73+188+97=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BC61 is #B6439E. Grayscale: #8F8F8F. Windows color (decimal): -11944863 or 6405193. OLE color: 6405193.

HSL color Cylindrical-coordinate representation of color #49BC61: hue angle of 132.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BC61 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 97 -
CMYK 0.61 0 0.48 0.26
HSL 132.52º 0.46% 0.51% -
HSV(B) 132.52º 0.61% 0.74% -
XYZ 22.89 38.25 17.49 -
YUV 143.24 101.9 77.9 -
System Red Green Blue C M Y K H S L
Decimal 73 188 97 0.61 0 0.48 0.26 132.52 0.46 0.51
Hex 49 BC 61 3D 0 30 1A 85 2E 33
Octal 111 274 141 75 0 60 32 205 56 63
Binary 1001001 10111100 1100001 111101 0 110000 11010 10000101 101110 110011

Color Harmonies of #49BC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC61

Black with #49BC61

Text Example


Text Example

White with #49BC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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