#49D198

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

Shades of Shamrock #49D198

Tints of Shamrock #49D198

Color information

#49D198 (or 0x49D198) is unknown color: approx Shamrock. HEX triplet: 49, D1 and 98. RGB value is (73,209,152). Sum of RGB (Red+Green+Blue) = 73+209+152=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #49D198 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D198 is #B62E67. Grayscale: #A1A1A1. Windows color (decimal): -11939432 or 10015049. OLE color: 10015049.

HSL color Cylindrical-coordinate representation of color #49D198: hue angle of 154.85º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D198 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB73209152-
CMYK0.6500.270.18
HSL154.85º59.65%55.29%-
HSV(B)154.85º65.07%81.96%-
XYZ31.2249.2837.57-
YUV161.84122.4464.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.82%
GREEN value IS 209 (82.03% from 255) = 48.16%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=16.82%
G=48.16%
B=35.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732091520.6500.270.18154.8559.6555.29
Hex49D1984101B129b3c37
Octal111321230101033222337467
Binary1001001110100011001100010000010110111001010011011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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