#49CB64

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

Shades of Emerald #49CB64

Tints of Emerald #49CB64

Color information

#49CB64 (or 0x49CB64) is unknown color: approx Emerald. HEX triplet: 49, CB and 64. RGB value is (73,203,100). Sum of RGB (Red+Green+Blue) = 73+203+100=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CB64 is #B6349B. Grayscale: #989898. Windows color (decimal): -11941020 or 6605641. OLE color: 6605641.

HSL color Cylindrical-coordinate representation of color #49CB64: hue angle of 132.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CB64 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB73203100-
CMYK0.6400.510.20
HSL132.46º55.56%54.12%-
HSV(B)132.46º64.04%79.61%-
XYZ26.445.0519.36-
YUV152.3998.4371.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.41%
GREEN value IS 203 (79.69% from 255) = 53.99%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=19.41%
G=53.99%
B=26.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732031000.6400.510.20132.4655.5654.12
Hex49CB644003314843836
Octal111313144100063242047066
Binary1001001110010111100100100000001100111010010000100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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