Html Css Color HEX #49BC69 Emerald

📋 copy color: '#49BC69'

red 73 ◦ green 188 ◦ blue 105

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

Shades of Emerald #49BC69

Tints of Emerald #49BC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.69%

R = 19.95%
G = 51.37%
B = 28.69%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#49BC69 (or 0x49BC69) is known color: Emerald. HEX triplet: 49, BC and 69. RGB value is (73,188,105). Sum of RGB (Red+Green+Blue) = 73+188+105=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BC69 is #B64396. Grayscale: #909090. Windows color (decimal): -11944855 or 6929481. OLE color: 6929481.

HSL color Cylindrical-coordinate representation of color #49BC69: hue angle of 136.7º 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 #49BC69 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 105 -
CMYK 0.61 0 0.44 0.26
HSL 136.7º 0.46% 0.51% -
HSV(B) 136.7º 0.61% 0.74% -
XYZ 23.28 38.4 19.55 -
YUV 144.15 105.9 77.25 -
System Red Green Blue C M Y K H S L
Decimal 73 188 105 0.61 0 0.44 0.26 136.7 0.46 0.51
Hex 49 BC 69 3D 0 2C 1A 89 2E 33
Octal 111 274 151 75 0 54 32 211 56 63
Binary 1001001 10111100 1101001 111101 0 101100 11010 10001001 101110 110011

Color Harmonies of #49BC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC69

Black with #49BC69

Text Example


Text Example

White with #49BC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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