#49C98F

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

Shades of Shamrock #49C98F

Tints of Shamrock #49C98F

Color information

#49C98F (or 0x49C98F) is unknown color: approx Shamrock. HEX triplet: 49, C9 and 8F. RGB value is (73,201,143). Sum of RGB (Red+Green+Blue) = 73+201+143=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #49C98F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C98F is #B63670. Grayscale: #9C9C9C. Windows color (decimal): -11941489 or 9423177. OLE color: 9423177.

HSL color Cylindrical-coordinate representation of color #49C98F: hue angle of 152.81º 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 #49C98F is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB73201143-
CMYK0.6400.290.21
HSL152.81º54.24%53.73%-
HSV(B)152.81º63.68%78.82%-
XYZ28.5945.1733.2-
YUV156.12120.5968.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.51%
GREEN value IS 201 (78.91% from 255) = 48.20%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=17.51%
G=48.20%
B=34.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal732011430.6400.290.21152.8154.2453.73
Hex49C98F4001D15993636
Octal111311217100035252316666
Binary1001001110010011000111110000000111011010110011001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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