#49704E

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

Shades of Killarney #49704E

Tints of Killarney #49704E

Color information

#49704E (or 0x49704E) is unknown color: approx Killarney. HEX triplet: 49, 70 and 4E. RGB value is (73,112,78). Sum of RGB (Red+Green+Blue) = 73+112+78=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #49704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49704E is #B68FB1. Grayscale: #606060. Windows color (decimal): -11964338 or 5140553. OLE color: 5140553.

HSL color Cylindrical-coordinate representation of color #49704E: hue angle of 127.69º degrees, saturation: 0.21, 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 #49704E is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB7311278-
CMYK0.3500.300.56
HSL127.69º21.08%36.27%-
HSV(B)127.69º34.82%43.92%-
XYZ9.9213.559.3-
YUV96.46117.58111.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=27.76%
G=42.59%
B=29.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112780.3500.300.56127.6921.0836.27
Hex49704E2301E38801524
Octal11116011643036702002544
Binary1001001111000010011101000110111101110001000000010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49704E; }

 p { color: rgb(73,112,78); }

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

<style>
 a { background-color: #49704E; }

 a { background-color: rgb(73,112,78); }

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

<style>
 span { border-color: #49704E; }

 span { border-color: rgb(73,112,78); }

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