#49D896

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

Shades of Shamrock #49D896

Tints of Shamrock #49D896

Color information

#49D896 (or 0x49D896) is unknown color: approx Shamrock. HEX triplet: 49, D8 and 96. RGB value is (73,216,150). Sum of RGB (Red+Green+Blue) = 73+216+150=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #49D896 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D896 is #B62769. Grayscale: #A5A5A5. Windows color (decimal): -11937642 or 9885769. OLE color: 9885769.

HSL color Cylindrical-coordinate representation of color #49D896: hue angle of 152.31º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D896 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB73216150-
CMYK0.6600.310.15
HSL152.31º64.71%56.67%-
HSV(B)152.31º66.2%84.71%-
XYZ32.8152.7337.3-
YUV165.72119.1261.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.63%
GREEN value IS 216 (84.77% from 255) = 49.20%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=16.63%
G=49.20%
B=34.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732161500.6600.310.15152.3164.7156.67
Hex49D8964201FF984139
Octal1113302261020371723010171
Binary1001001110110001001011010000100111111111100110001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,216,150); }

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

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

 a { background-color: rgb(73,216,150); }

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

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

 span { border-color: rgb(73,216,150); }

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