#48894E

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

Shades of Killarney #48894E

Tints of Killarney #48894E

Color information

#48894E (or 0x48894E) is unknown color: approx Killarney. HEX triplet: 48, 89 and 4E. RGB value is (72,137,78). Sum of RGB (Red+Green+Blue) = 72+137+78=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #48894E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48894E is #B776B1. Grayscale: #6F6F6F. Windows color (decimal): -12023474 or 5146952. OLE color: 5146952.

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

Color convert

RGB7213778-
CMYK0.4700.430.46
HSL125.54º31.1%40.98%-
HSV(B)125.54º47.45%53.73%-
XYZ12.9919.8210.35-
YUV110.84109.47100.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 137 (53.91% from 255) = 47.74%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=25.09%
G=47.74%
B=27.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72137780.4700.430.46125.5431.140.98
Hex48894E2F02B2E7e1f29
Octal11021111657053561763751
Binary10010001000100110011101011110101011101110111111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,137,78); }

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

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

 a { background-color: rgb(72,137,78); }

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

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

 span { border-color: rgb(72,137,78); }

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