#49704D

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

Shades of Killarney #49704D

Tints of Killarney #49704D

Color information

#49704D (or 0x49704D) is unknown color: approx Killarney. HEX triplet: 49, 70 and 4D. RGB value is (73,112,77). Sum of RGB (Red+Green+Blue) = 73+112+77=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #49704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49704D is #B68FB2. Grayscale: #606060. Windows color (decimal): -11964339 or 5075017. OLE color: 5075017.

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

Color convert

RGB7311277-
CMYK0.3500.310.56
HSL126.15º21.08%36.27%-
HSV(B)126.15º34.82%43.92%-
XYZ9.8813.549.11-
YUV96.35117.08111.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=27.86%
G=42.75%
B=29.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112770.3500.310.56126.1521.0836.27
Hex49704D2301F387e1524
Octal11116011543037701762544
Binary100100111100001001101100011011111111000111111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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