#49CE96

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

Shades of Shamrock #49CE96

Tints of Shamrock #49CE96

Color information

#49CE96 (or 0x49CE96) is unknown color: approx Shamrock. HEX triplet: 49, CE and 96. RGB value is (73,206,150). Sum of RGB (Red+Green+Blue) = 73+206+150=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CE96 is #B63169. Grayscale: #9F9F9F. Windows color (decimal): -11940202 or 9883209. OLE color: 9883209.

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

Color convert

RGB73206150-
CMYK0.6500.270.19
HSL154.74º57.58%54.71%-
HSV(B)154.74º64.56%80.78%-
XYZ30.3247.7636.47-
YUV159.85122.4466.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.02%
GREEN value IS 206 (80.86% from 255) = 48.02%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=17.02%
G=48.02%
B=34.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal732061500.6500.270.19154.7457.5854.71
Hex49CE964101B139b3a37
Octal111316226101033232337267
Binary1001001110011101001011010000010110111001110011011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,206,150); }

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

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

 a { background-color: rgb(73,206,150); }

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

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

 span { border-color: rgb(73,206,150); }

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