#49DB94

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

Shades of Shamrock #49DB94

Tints of Shamrock #49DB94

Color information

#49DB94 (or 0x49DB94) is unknown color: approx Shamrock. HEX triplet: 49, DB and 94. RGB value is (73,219,148). Sum of RGB (Red+Green+Blue) = 73+219+148=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DB94 is #B6246B. Grayscale: #A7A7A7. Windows color (decimal): -11936876 or 9755465. OLE color: 9755465.

HSL color Cylindrical-coordinate representation of color #49DB94: hue angle of 150.82º degrees, saturation: 0.67, 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 #49DB94 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB73219148-
CMYK0.6700.320.14
HSL150.82º66.97%57.25%-
HSV(B)150.82º66.67%85.88%-
XYZ33.4254.2236.72-
YUV167.25117.1360.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.59%
GREEN value IS 219 (85.94% from 255) = 49.77%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=16.59%
G=49.77%
B=33.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732191480.6700.320.14150.8266.9757.25
Hex49DB9443020E974339
Octal1113332241030401622710371
Binary10010011101101110010100100001101000001110100101111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,219,148); }

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

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

 a { background-color: rgb(73,219,148); }

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

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

 span { border-color: rgb(73,219,148); }

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