#49CF93

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

Shades of Shamrock #49CF93

Tints of Shamrock #49CF93

Color information

#49CF93 (or 0x49CF93) is unknown color: approx Shamrock. HEX triplet: 49, CF and 93. RGB value is (73,207,147). Sum of RGB (Red+Green+Blue) = 73+207+147=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CF93 is #B6306C. Grayscale: #A0A0A0. Windows color (decimal): -11939949 or 9686857. OLE color: 9686857.

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

Color convert

RGB73207147-
CMYK0.6500.290.19
HSL153.13º58.26%54.9%-
HSV(B)153.13º64.73%81.18%-
XYZ30.3348.1535.3-
YUV160.09120.6165.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.10%
GREEN value IS 207 (81.25% from 255) = 48.48%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=17.10%
G=48.48%
B=34.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal732071470.6500.290.19153.1358.2654.9
Hex49CF934101D13993a37
Octal111317223101035232317267
Binary1001001110011111001001110000010111011001110011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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