#49714D

Color #49714D Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #49714D

Tints of Killarney #49714D

Color information

#49714D (or 0x49714D) is unknown color: approx Killarney. HEX triplet: 49, 71 and 4D. RGB value is (73,113,77). Sum of RGB (Red+Green+Blue) = 73+113+77=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #49714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49714D is #B68EB2. Grayscale: #616161. Windows color (decimal): -11964083 or 5075273. OLE color: 5075273.

HSL color Cylindrical-coordinate representation of color #49714D: hue angle of 126º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49714D is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB7311377-
CMYK0.3500.320.56
HSL126º21.51%36.47%-
HSV(B)126º35.4%44.31%-
XYZ9.9913.769.15-
YUV96.94116.75110.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 77 (30.47% from 255) = 29.28%
R=27.76%
G=42.97%
B=29.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113770.3500.320.5612621.5136.47
Hex49714D23020387e1624
Octal11116111543040701762644
Binary1001001111000110011011000110100000111000111111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49714D; }

 p { color: rgb(73,113,77); }

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

<style>
 a { background-color: #49714D; }

 a { background-color: rgb(73,113,77); }

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

<style>
 span { border-color: #49714D; }

 span { border-color: rgb(73,113,77); }

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