#49C594

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

Shades of Shamrock #49C594

Tints of Shamrock #49C594

Color information

#49C594 (or 0x49C594) is unknown color: approx Shamrock. HEX triplet: 49, C5 and 94. RGB value is (73,197,148). Sum of RGB (Red+Green+Blue) = 73+197+148=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #49C594 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C594 is #B63A6B. Grayscale: #9A9A9A. Windows color (decimal): -11942508 or 9749833. OLE color: 9749833.

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

Color convert

RGB73197148-
CMYK0.6300.250.23
HSL156.29º51.67%52.94%-
HSV(B)156.29º62.94%77.25%-
XYZ28.0643.4934.93-
YUV154.34124.4269.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.46%
GREEN value IS 197 (77.34% from 255) = 47.13%
BLUE value IS 148 (58.20% from 255) = 35.41%
R=17.46%
G=47.13%
B=35.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731971480.6300.250.23156.2951.6752.94
Hex49C5943F019179c3435
Octal11130522477031272346465
Binary100100111000101100101001111110110011011110011100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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