#49884F

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

Shades of Killarney #49884F

Tints of Killarney #49884F

Color information

#49884F (or 0x49884F) is unknown color: approx Killarney. HEX triplet: 49, 88 and 4F. RGB value is (73,136,79). Sum of RGB (Red+Green+Blue) = 73+136+79=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #49884F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49884F is #B677B0. Grayscale: #6E6E6E. Windows color (decimal): -11958193 or 5212233. OLE color: 5212233.

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

Color convert

RGB7313679-
CMYK0.4600.420.47
HSL125.71º30.14%40.98%-
HSV(B)125.71º46.32%53.33%-
XYZ12.9619.5910.5-
YUV110.66110.13101.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 136 (53.52% from 255) = 47.22%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=25.35%
G=47.22%
B=27.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73136790.4600.420.47125.7130.1440.98
Hex49884F2E02A2F7e1e29
Octal11121011756052571763651
Binary10010011000100010011111011100101010101111111111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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