#49C69A

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

Shades of Shamrock #49C69A

Tints of Shamrock #49C69A

Color information

#49C69A (or 0x49C69A) is unknown color: approx Shamrock. HEX triplet: 49, C6 and 9A. RGB value is (73,198,154). Sum of RGB (Red+Green+Blue) = 73+198+154=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #49C69A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C69A is #B63965. Grayscale: #9B9B9B. Windows color (decimal): -11942246 or 10143305. OLE color: 10143305.

HSL color Cylindrical-coordinate representation of color #49C69A: hue angle of 158.88º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C69A is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB73198154-
CMYK0.6300.220.22
HSL158.88º52.3%53.14%-
HSV(B)158.88º63.13%77.65%-
XYZ28.7744.1437.57-
YUV155.61127.0969.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.18%
GREEN value IS 198 (77.73% from 255) = 46.59%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=17.18%
G=46.59%
B=36.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal731981540.6300.220.22158.8852.353.14
Hex49C69A3F016169f3435
Octal11130623277026262376465
Binary100100111000110100110101111110101101011010011111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,198,154); }

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

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

 a { background-color: rgb(73,198,154); }

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

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

 span { border-color: rgb(73,198,154); }

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