#49874D

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

Shades of Killarney #49874D

Tints of Killarney #49874D

Color information

#49874D (or 0x49874D) is unknown color: approx Killarney. HEX triplet: 49, 87 and 4D. RGB value is (73,135,77). Sum of RGB (Red+Green+Blue) = 73+135+77=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #49874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49874D is #B678B2. Grayscale: #6E6E6E. Windows color (decimal): -11958451 or 5080905. OLE color: 5080905.

HSL color Cylindrical-coordinate representation of color #49874D: hue angle of 123.87º 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 #49874D is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB7313577-
CMYK0.4600.430.47
HSL123.87º29.81%40.78%-
HSV(B)123.87º45.93%52.94%-
XYZ12.7519.2810.07-
YUV109.85109.46101.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=25.61%
G=47.37%
B=27.02%

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
Decimal73135770.4600.430.47123.8729.8140.78
Hex49874D2E02B2F7c1e29
Octal11120711556053571743651
Binary10010011000011110011011011100101011101111111110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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