#49C994

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

Shades of Shamrock #49C994

Tints of Shamrock #49C994

Color information

#49C994 (or 0x49C994) is unknown color: approx Shamrock. HEX triplet: 49, C9 and 94. RGB value is (73,201,148). Sum of RGB (Red+Green+Blue) = 73+201+148=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #49C994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C994 is #B6366B. Grayscale: #9C9C9C. Windows color (decimal): -11941484 or 9750857. OLE color: 9750857.

HSL color Cylindrical-coordinate representation of color #49C994: hue angle of 155.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C994 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB73201148-
CMYK0.6400.260.21
HSL155.16º54.24%53.73%-
HSV(B)155.16º63.68%78.82%-
XYZ28.9845.3335.24-
YUV156.69123.0968.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.30%
GREEN value IS 201 (78.91% from 255) = 47.63%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=17.30%
G=47.63%
B=35.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal732011480.6400.260.21155.1654.2453.73
Hex49C9944001A159b3636
Octal111311224100032252336666
Binary1001001110010011001010010000000110101010110011011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,201,148); }

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

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

 a { background-color: rgb(73,201,148); }

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

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

 span { border-color: rgb(73,201,148); }

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