#49E19F

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

Shades of Shamrock #49E19F

Tints of Shamrock #49E19F

Color information

#49E19F (or 0x49E19F) is unknown color: approx Shamrock. HEX triplet: 49, E1 and 9F. RGB value is (73,225,159). Sum of RGB (Red+Green+Blue) = 73+225+159=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #49E19F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E19F is #B61E60. Grayscale: #ACACAC. Windows color (decimal): -11935329 or 10477897. OLE color: 10477897.

HSL color Cylindrical-coordinate representation of color #49E19F: hue angle of 153.95º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E19F is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB73225159-
CMYK0.6800.290.12
HSL153.95º71.7%58.43%-
HSV(B)153.95º67.56%88.24%-
XYZ35.9357.7742.06-
YUV172.03120.6457.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.97%
GREEN value IS 225 (88.28% from 255) = 49.23%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=15.97%
G=49.23%
B=34.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal732251590.6800.290.12153.9571.758.43
Hex49E19F4401DC9a483a
Octal1113412371040351423211072
Binary1001001111000011001111110001000111011100100110101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,225,159); }

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

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

 a { background-color: rgb(73,225,159); }

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

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

 span { border-color: rgb(73,225,159); }

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