#49894B

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

Shades of Killarney #49894B

Tints of Killarney #49894B

Color information

#49894B (or 0x49894B) is unknown color: approx Killarney. HEX triplet: 49, 89 and 4B. RGB value is (73,137,75). Sum of RGB (Red+Green+Blue) = 73+137+75=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #49894B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49894B is #B676B4. Grayscale: #6E6E6E. Windows color (decimal): -11957941 or 4950345. OLE color: 4950345.

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

Color convert

RGB7313775-
CMYK0.4700.450.46
HSL121.88º30.48%41.18%-
HSV(B)121.88º46.72%53.73%-
XYZ12.9619.829.8-
YUV110.8107.8101.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 137 (53.91% from 255) = 48.07%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=25.61%
G=48.07%
B=26.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73137750.4700.450.46121.8830.4841.18
Hex49894B2F02D2E7a1e29
Octal11121111357055561723651
Binary10010011000100110010111011110101101101110111101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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