#49684C

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

Shades of Killarney #49684C

Tints of Killarney #49684C

Color information

#49684C (or 0x49684C) is unknown color: approx Killarney. HEX triplet: 49, 68 and 4C. RGB value is (73,104,76). Sum of RGB (Red+Green+Blue) = 73+104+76=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #49684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49684C is #B697B3. Grayscale: #5B5B5B. Windows color (decimal): -11966388 or 5007433. OLE color: 5007433.

HSL color Cylindrical-coordinate representation of color #49684C: hue angle of 125.81º 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 #49684C is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB7310476-
CMYK0.3000.270.59
HSL125.81º17.51%34.71%-
HSV(B)125.81º29.81%40.78%-
XYZ911.848.65-
YUV91.54119.23114.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=28.85%
G=41.11%
B=30.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104760.3000.270.59125.8117.5134.71
Hex49684C1E01B3B7e1223
Octal11115011436033731762243
Binary10010011101000100110011110011011111011111111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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