#49CE8E

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

Shades of Shamrock #49CE8E

Tints of Shamrock #49CE8E

Color information

#49CE8E (or 0x49CE8E) is unknown color: approx Shamrock. HEX triplet: 49, CE and 8E. RGB value is (73,206,142). Sum of RGB (Red+Green+Blue) = 73+206+142=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CE8E is #B63171. Grayscale: #9F9F9F. Windows color (decimal): -11940210 or 9358921. OLE color: 9358921.

HSL color Cylindrical-coordinate representation of color #49CE8E: hue angle of 151.13º 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 #49CE8E is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB73206142-
CMYK0.6500.310.19
HSL151.13º57.58%54.71%-
HSV(B)151.13º64.56%80.78%-
XYZ29.747.5133.2-
YUV158.94118.4466.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.34%
GREEN value IS 206 (80.86% from 255) = 48.93%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=17.34%
G=48.93%
B=33.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal732061420.6500.310.19151.1357.5854.71
Hex49CE8E4101F13973a37
Octal111316216101037232277267
Binary1001001110011101000111010000010111111001110010111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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