#49BB6F

Color #49BB6F Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #49BB6F

Tints of Emerald #49BB6F

Color information

#49BB6F (or 0x49BB6F) is unknown color: approx Emerald. HEX triplet: 49, BB and 6F. RGB value is (73,187,111). Sum of RGB (Red+Green+Blue) = 73+187+111=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BB6F is #B64490. Grayscale: #909090. Windows color (decimal): -11945105 or 7322441. OLE color: 7322441.

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

Color convert

RGB73187111-
CMYK0.6100.410.27
HSL140º45.6%50.98%-
HSV(B)140º60.96%73.33%-
XYZ23.3938.121.16-
YUV144.25109.2377.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=19.68%
G=50.40%
B=29.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731871110.6100.410.2714045.650.98
Hex49BB6F3D0291B8c2e33
Octal11127315775051332145663
Binary100100110111011110111111110101010011101110001100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,187,111); }

 H1.HeaderClassName
 {
   color: #49BB6F;
 }
 .AnyTagClassName
 {
   color: #49BB6F;
 }
</style>
background-color css

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

 a { background-color: rgb(73,187,111); }

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

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

 span { border-color: rgb(73,187,111); }

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