#49E193

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

Shades of Shamrock #49E193

Tints of Shamrock #49E193

Color information

#49E193 (or 0x49E193) is unknown color: approx Shamrock. HEX triplet: 49, E1 and 93. RGB value is (73,225,147). Sum of RGB (Red+Green+Blue) = 73+225+147=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #49E193 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E193 is #B61E6C. Grayscale: #AAAAAA. Windows color (decimal): -11935341 or 9691465. OLE color: 9691465.

HSL color Cylindrical-coordinate representation of color #49E193: hue angle of 149.21º 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 #49E193 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB73225147-
CMYK0.6800.350.12
HSL149.21º71.7%58.43%-
HSV(B)149.21º67.56%88.24%-
XYZ34.9457.3736.84-
YUV170.66114.6458.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.40%
GREEN value IS 225 (88.28% from 255) = 50.56%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=16.40%
G=50.56%
B=33.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal732251470.6800.350.12149.2171.758.43
Hex49E19344023C95483a
Octal1113412231040431422511072
Binary10010011110000110010011100010001000111100100101011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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