#49C296

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

Shades of Shamrock #49C296

Tints of Shamrock #49C296

Color information

#49C296 (or 0x49C296) is unknown color: approx Shamrock. HEX triplet: 49, C2 and 96. RGB value is (73,194,150). Sum of RGB (Red+Green+Blue) = 73+194+150=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #49C296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C296 is #B63D69. Grayscale: #989898. Windows color (decimal): -11943274 or 9880137. OLE color: 9880137.

HSL color Cylindrical-coordinate representation of color #49C296: hue angle of 158.18º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C296 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB73194150-
CMYK0.6200.230.24
HSL158.18º49.79%52.35%-
HSV(B)158.18º62.37%76.08%-
XYZ27.5442.235.55-
YUV152.8126.4171.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.51%
GREEN value IS 194 (76.17% from 255) = 46.52%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=17.51%
G=46.52%
B=35.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731941500.6200.230.24158.1849.7952.35
Hex49C2963E017189e3234
Octal11130222676027302366264
Binary100100111000010100101101111100101111100010011110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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