#49DFA4

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

Shades of Shamrock #49DFA4

Tints of Shamrock #49DFA4

Color information

#49DFA4 (or 0x49DFA4) is unknown color: approx Shamrock. HEX triplet: 49, DF and A4. RGB value is (73,223,164). Sum of RGB (Red+Green+Blue) = 73+223+164=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DFA4 is #B6205B. Grayscale: #ABABAB. Windows color (decimal): -11935836 or 10805065. OLE color: 10805065.

HSL color Cylindrical-coordinate representation of color #49DFA4: hue angle of 156.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DFA4 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB73223164-
CMYK0.6700.260.13
HSL156.4º70.09%58.04%-
HSV(B)156.4º67.26%87.45%-
XYZ35.8456.8744.21-
YUV171.42123.857.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.87%
GREEN value IS 223 (87.5% from 255) = 48.48%
BLUE value IS 164 (64.45% from 255) = 35.65%
R=15.87%
G=48.48%
B=35.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732231640.6700.260.13156.470.0958.04
Hex49DFA44301AD9c463a
Octal1113372441030321523410672
Binary1001001110111111010010010000110110101101100111001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,223,164); }

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

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

 a { background-color: rgb(73,223,164); }

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

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

 span { border-color: rgb(73,223,164); }

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