#49C48E

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

Shades of Shamrock #49C48E

Tints of Shamrock #49C48E

Color information

#49C48E (or 0x49C48E) is unknown color: approx Shamrock. HEX triplet: 49, C4 and 8E. RGB value is (73,196,142). Sum of RGB (Red+Green+Blue) = 73+196+142=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #49C48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C48E is #B63B71. Grayscale: #999999. Windows color (decimal): -11942770 or 9356361. OLE color: 9356361.

HSL color Cylindrical-coordinate representation of color #49C48E: hue angle of 153.66º degrees, saturation: 0.51, 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 #49C48E is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB73196142-
CMYK0.6300.280.23
HSL153.66º51.04%52.75%-
HSV(B)153.66º62.76%76.86%-
XYZ27.3742.8532.42-
YUV153.07121.7570.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.76%
GREEN value IS 196 (76.95% from 255) = 47.69%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=17.76%
G=47.69%
B=34.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731961420.6300.280.23153.6651.0452.75
Hex49C48E3F01C179a3335
Octal11130421677034272326365
Binary100100111000100100011101111110111001011110011010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,196,142); }

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

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

 a { background-color: rgb(73,196,142); }

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

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

 span { border-color: rgb(73,196,142); }

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