#49DC90

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

Shades of Shamrock #49DC90

Tints of Shamrock #49DC90

Color information

#49DC90 (or 0x49DC90) is unknown color: approx Shamrock. HEX triplet: 49, DC and 90. RGB value is (73,220,144). Sum of RGB (Red+Green+Blue) = 73+220+144=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DC90 is #B6236F. Grayscale: #A7A7A7. Windows color (decimal): -11936624 or 9493577. OLE color: 9493577.

HSL color Cylindrical-coordinate representation of color #49DC90: hue angle of 148.98º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DC90 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB73220144-
CMYK0.6700.350.14
HSL148.98º67.74%57.45%-
HSV(B)148.98º66.82%86.27%-
XYZ33.3754.6235.17-
YUV167.38114.860.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.70%
GREEN value IS 220 (86.33% from 255) = 50.34%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=16.70%
G=50.34%
B=32.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732201440.6700.350.14148.9867.7457.45
Hex49DC9043023E954439
Octal1113342201030431622510471
Binary10010011101110010010000100001101000111110100101011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,220,144); }

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

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

 a { background-color: rgb(73,220,144); }

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

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

 span { border-color: rgb(73,220,144); }

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