#49C68B

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

Shades of Emerald #49C68B

Tints of Emerald #49C68B

Color information

#49C68B (or 0x49C68B) is unknown color: approx Emerald. HEX triplet: 49, C6 and 8B. RGB value is (73,198,139). Sum of RGB (Red+Green+Blue) = 73+198+139=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #49C68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C68B is #B63974. Grayscale: #9A9A9A. Windows color (decimal): -11942261 or 9160265. OLE color: 9160265.

HSL color Cylindrical-coordinate representation of color #49C68B: hue angle of 151.68º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C68B is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB73198139-
CMYK0.6300.300.22
HSL151.68º52.3%53.14%-
HSV(B)151.68º63.13%77.65%-
XYZ27.643.6731.4-
YUV153.9119.5970.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.80%
GREEN value IS 198 (77.73% from 255) = 48.29%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=17.80%
G=48.29%
B=33.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal731981390.6300.300.22151.6852.353.14
Hex49C68B3F01E16983435
Octal11130621377036262306465
Binary100100111000110100010111111110111101011010011000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,198,139); }

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

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

 a { background-color: rgb(73,198,139); }

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

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

 span { border-color: rgb(73,198,139); }

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