#49684D

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

Shades of Killarney #49684D

Tints of Killarney #49684D

Color information

#49684D (or 0x49684D) is unknown color: approx Killarney. HEX triplet: 49, 68 and 4D. RGB value is (73,104,77). Sum of RGB (Red+Green+Blue) = 73+104+77=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 104 - color contains mainly: green. Hex color #49684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49684D is #B697B2. Grayscale: #5B5B5B. Windows color (decimal): -11966387 or 5072969. OLE color: 5072969.

HSL color Cylindrical-coordinate representation of color #49684D: hue angle of 127.74º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49684D is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB7310477-
CMYK0.3000.260.59
HSL127.74º17.51%34.71%-
HSV(B)127.74º29.81%40.78%-
XYZ9.0411.858.83-
YUV91.65119.73114.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=28.74%
G=40.94%
B=30.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104770.3000.260.59127.7417.5134.71
Hex49684D1E01A3B801223
Octal11115011536032732002243
Binary100100111010001001101111100110101110111000000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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