#49884B

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

Shades of Killarney #49884B

Tints of Killarney #49884B

Color information

#49884B (or 0x49884B) is unknown color: approx Killarney. HEX triplet: 49, 88 and 4B. RGB value is (73,136,75). Sum of RGB (Red+Green+Blue) = 73+136+75=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #49884B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49884B is #B677B4. Grayscale: #6E6E6E. Windows color (decimal): -11958197 or 4950089. OLE color: 4950089.

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

Color convert

RGB7313675-
CMYK0.4600.450.47
HSL121.9º30.14%40.98%-
HSV(B)121.9º46.32%53.33%-
XYZ12.8219.539.75-
YUV110.21108.13101.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 136 (53.52% from 255) = 47.89%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=25.70%
G=47.89%
B=26.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73136750.4600.450.47121.930.1440.98
Hex49884B2E02D2F7a1e29
Octal11121011356055571723651
Binary10010011000100010010111011100101101101111111101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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