#49D293

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

Shades of Shamrock #49D293

Tints of Shamrock #49D293

Color information

#49D293 (or 0x49D293) is unknown color: approx Shamrock. HEX triplet: 49, D2 and 93. RGB value is (73,210,147). Sum of RGB (Red+Green+Blue) = 73+210+147=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #49D293 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D293 is #B62D6C. Grayscale: #A1A1A1. Windows color (decimal): -11939181 or 9687625. OLE color: 9687625.

HSL color Cylindrical-coordinate representation of color #49D293: hue angle of 152.41º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D293 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB73210147-
CMYK0.6500.300.18
HSL152.41º60.35%55.49%-
HSV(B)152.41º65.24%82.35%-
XYZ31.0649.6235.54-
YUV161.85119.6164.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.98%
GREEN value IS 210 (82.42% from 255) = 48.84%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=16.98%
G=48.84%
B=34.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732101470.6500.300.18152.4160.3555.49
Hex49D2934101E12983c37
Octal111322223101036222307467
Binary1001001110100101001001110000010111101001010011000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,210,147); }

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

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

 a { background-color: rgb(73,210,147); }

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

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

 span { border-color: rgb(73,210,147); }

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