#49CD9D

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

Shades of Shamrock #49CD9D

Tints of Shamrock #49CD9D

Color information

#49CD9D (or 0x49CD9D) is unknown color: approx Shamrock. HEX triplet: 49, CD and 9D. RGB value is (73,205,157). Sum of RGB (Red+Green+Blue) = 73+205+157=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CD9D is #B63262. Grayscale: #A0A0A0. Windows color (decimal): -11940451 or 10341705. OLE color: 10341705.

HSL color Cylindrical-coordinate representation of color #49CD9D: hue angle of 158.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD9D is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB73205157-
CMYK0.6400.230.20
HSL158.18º56.9%54.51%-
HSV(B)158.18º64.39%80.39%-
XYZ30.6647.5139.45-
YUV160.06126.2765.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.78%
GREEN value IS 205 (80.47% from 255) = 47.13%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=16.78%
G=47.13%
B=36.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732051570.6400.230.20158.1856.954.51
Hex49CD9D40017149e3937
Octal111315235100027242367167
Binary1001001110011011001110110000000101111010010011110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,205,157); }

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

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

 a { background-color: rgb(73,205,157); }

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

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

 span { border-color: rgb(73,205,157); }

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