#49DEA3

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

Shades of Shamrock #49DEA3

Tints of Shamrock #49DEA3

Color information

#49DEA3 (or 0x49DEA3) is unknown color: approx Shamrock. HEX triplet: 49, DE and A3. RGB value is (73,222,163). Sum of RGB (Red+Green+Blue) = 73+222+163=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #49DEA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DEA3 is #B6215C. Grayscale: #AAAAAA. Windows color (decimal): -11936093 or 10739273. OLE color: 10739273.

HSL color Cylindrical-coordinate representation of color #49DEA3: hue angle of 156.24º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DEA3 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB73222163-
CMYK0.6700.270.13
HSL156.24º69.3%57.84%-
HSV(B)156.24º67.12%87.06%-
XYZ35.4856.343.65-
YUV170.72123.6458.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.94%
GREEN value IS 222 (87.11% from 255) = 48.47%
BLUE value IS 163 (64.06% from 255) = 35.59%
R=15.94%
G=48.47%
B=35.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732221630.6700.270.13156.2469.357.84
Hex49DEA34301BD9c453a
Octal1113362431030331523410572
Binary1001001110111101010001110000110110111101100111001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,222,163); }

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

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

 a { background-color: rgb(73,222,163); }

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

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

 span { border-color: rgb(73,222,163); }

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