#49CB9D

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

Shades of Shamrock #49CB9D

Tints of Shamrock #49CB9D

Color information

#49CB9D (or 0x49CB9D) is unknown color: approx Shamrock. HEX triplet: 49, CB and 9D. RGB value is (73,203,157). Sum of RGB (Red+Green+Blue) = 73+203+157=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CB9D is #B63462. Grayscale: #9E9E9E. Windows color (decimal): -11940963 or 10341193. OLE color: 10341193.

HSL color Cylindrical-coordinate representation of color #49CB9D: hue angle of 158.77º 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 #49CB9D is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB73203157-
CMYK0.6400.230.20
HSL158.77º55.56%54.12%-
HSV(B)158.77º64.04%79.61%-
XYZ30.1946.5639.29-
YUV158.89126.9366.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.86%
GREEN value IS 203 (79.69% from 255) = 46.88%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=16.86%
G=46.88%
B=36.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732031570.6400.230.20158.7755.5654.12
Hex49CB9D40017149f3836
Octal111313235100027242377066
Binary1001001110010111001110110000000101111010010011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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