#49F69D

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

Shades of Shamrock #49F69D

Tints of Shamrock #49F69D

Color information

#49F69D (or 0x49F69D) is unknown color: approx Shamrock. HEX triplet: 49, F6 and 9D. RGB value is (73,246,157). Sum of RGB (Red+Green+Blue) = 73+246+157=476 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.34% from 476); Green value is 246 (96.48% from 255 or 51.68% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 246 - color contains mainly: green. Hex color #49F69D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F69D is #B60962. Grayscale: #B8B8B8. Windows color (decimal): -11929955 or 10352201. OLE color: 10352201.

HSL color Cylindrical-coordinate representation of color #49F69D: hue angle of 149.13º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F69D is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB73246157-
CMYK0.7000.360.04
HSL149.13º90.58%62.55%-
HSV(B)149.13º70.33%96.47%-
XYZ41.7969.7643.16-
YUV184.13112.6948.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.34%
GREEN value IS 246 (96.48% from 255) = 51.68%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=15.34%
G=51.68%
B=32.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732461570.7000.360.04149.1390.5862.55
Hex49F69D460244955b3f
Octal111366235106044422513377
Binary1001001111101101001110110001100100100100100101011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,246,157); }

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

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

 a { background-color: rgb(73,246,157); }

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

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

 span { border-color: rgb(73,246,157); }

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