#49D6A0

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

Shades of Shamrock #49D6A0

Tints of Shamrock #49D6A0

Color information

#49D6A0 (or 0x49D6A0) is unknown color: approx Shamrock. HEX triplet: 49, D6 and A0. RGB value is (73,214,160). Sum of RGB (Red+Green+Blue) = 73+214+160=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #49D6A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D6A0 is #B6295F. Grayscale: #A5A5A5. Windows color (decimal): -11938144 or 10540617. OLE color: 10540617.

HSL color Cylindrical-coordinate representation of color #49D6A0: hue angle of 157.02º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D6A0 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB73214160-
CMYK0.6600.250.16
HSL157.02º63.23%56.27%-
HSV(B)157.02º65.89%83.92%-
XYZ33.1452.0541.56-
YUV165.68124.7961.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.33%
GREEN value IS 214 (83.98% from 255) = 47.87%
BLUE value IS 160 (62.89% from 255) = 35.79%
R=16.33%
G=47.87%
B=35.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732141600.6600.250.16157.0263.2356.27
Hex49D6A042019109d3f38
Octal111326240102031202357770
Binary1001001110101101010000010000100110011000010011101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,214,160); }

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

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

 a { background-color: rgb(73,214,160); }

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

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

 span { border-color: rgb(73,214,160); }

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