#49D798

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

Shades of Shamrock #49D798

Tints of Shamrock #49D798

Color information

#49D798 (or 0x49D798) is unknown color: approx Shamrock. HEX triplet: 49, D7 and 98. RGB value is (73,215,152). Sum of RGB (Red+Green+Blue) = 73+215+152=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #49D798 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D798 is #B62867. Grayscale: #A5A5A5. Windows color (decimal): -11937896 or 10016585. OLE color: 10016585.

HSL color Cylindrical-coordinate representation of color #49D798: hue angle of 153.38º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D798 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB73215152-
CMYK0.6600.290.16
HSL153.38º63.96%56.47%-
HSV(B)153.38º66.05%84.31%-
XYZ32.7252.2838.07-
YUV165.36120.4662.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.59%
GREEN value IS 215 (84.38% from 255) = 48.86%
BLUE value IS 152 (59.77% from 255) = 34.55%
R=16.59%
G=48.86%
B=34.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732151520.6600.290.16153.3863.9656.47
Hex49D7984201D10994038
Octal1113272301020352023110070
Binary10010011101011110011000100001001110110000100110011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,215,152); }

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

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

 a { background-color: rgb(73,215,152); }

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

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

 span { border-color: rgb(73,215,152); }

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