#49BE66

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

Shades of Emerald #49BE66

Tints of Emerald #49BE66

Color information

#49BE66 (or 0x49BE66) is unknown color: approx Emerald. HEX triplet: 49, BE and 66. RGB value is (73,190,102). Sum of RGB (Red+Green+Blue) = 73+190+102=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BE66 is #B64199. Grayscale: #919191. Windows color (decimal): -11944346 or 6733385. OLE color: 6733385.

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

Color convert

RGB73190102-
CMYK0.6200.460.25
HSL134.87º47.37%51.57%-
HSV(B)134.87º61.58%74.51%-
XYZ23.5639.218.9-
YUV144.98103.7476.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 190 (74.61% from 255) = 52.05%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=20%
G=52.05%
B=27.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731901020.6200.460.25134.8747.3751.57
Hex49BE663E02E19872f34
Octal11127614676056312075764
Binary100100110111110110011011111001011101100110000111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,190,102); }

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

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

 a { background-color: rgb(73,190,102); }

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

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

 span { border-color: rgb(73,190,102); }

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