#49884E

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

Shades of Killarney #49884E

Tints of Killarney #49884E

Color information

#49884E (or 0x49884E) is unknown color: approx Killarney. HEX triplet: 49, 88 and 4E. RGB value is (73,136,78). Sum of RGB (Red+Green+Blue) = 73+136+78=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #49884E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49884E is #B677B1. Grayscale: #6E6E6E. Windows color (decimal): -11958194 or 5146697. OLE color: 5146697.

HSL color Cylindrical-coordinate representation of color #49884E: hue angle of 124.76º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49884E is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB7313678-
CMYK0.4600.430.47
HSL124.76º30.14%40.98%-
HSV(B)124.76º46.32%53.33%-
XYZ12.9319.5710.3-
YUV110.55109.63101.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 136 (53.52% from 255) = 47.39%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=25.44%
G=47.39%
B=27.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73136780.4600.430.47124.7630.1440.98
Hex49884E2E02B2F7d1e29
Octal11121011656053571753651
Binary10010011000100010011101011100101011101111111110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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