#49BB64

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

Shades of Emerald #49BB64

Tints of Emerald #49BB64

Color information

#49BB64 (or 0x49BB64) is unknown color: approx Emerald. HEX triplet: 49, BB and 64. RGB value is (73,187,100). Sum of RGB (Red+Green+Blue) = 73+187+100=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BB64 is #B6449B. Grayscale: #8F8F8F. Windows color (decimal): -11945116 or 6601545. OLE color: 6601545.

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

Color convert

RGB73187100-
CMYK0.6100.470.27
HSL134.21º45.6%50.98%-
HSV(B)134.21º60.96%73.33%-
XYZ22.8237.8818.16-
YUV143103.7378.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.28%
GREEN value IS 187 (73.44% from 255) = 51.94%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=20.28%
G=51.94%
B=27.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731871000.6100.470.27134.2145.650.98
Hex49BB643D02F1B862e33
Octal11127314475057332065663
Binary100100110111011110010011110101011111101110000110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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