#48894A

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

Shades of Killarney #48894A

Tints of Killarney #48894A

Color information

#48894A (or 0x48894A) is unknown color: approx Killarney. HEX triplet: 48, 89 and 4A. RGB value is (72,137,74). Sum of RGB (Red+Green+Blue) = 72+137+74=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #48894A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48894A is #B776B5. Grayscale: #6E6E6E. Windows color (decimal): -12023478 or 4884808. OLE color: 4884808.

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

Color convert

RGB7213774-
CMYK0.4700.460.46
HSL121.85º31.1%40.98%-
HSV(B)121.85º47.45%53.73%-
XYZ12.8519.769.62-
YUV110.38107.47100.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 137 (53.91% from 255) = 48.41%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=25.44%
G=48.41%
B=26.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72137740.4700.460.46121.8531.140.98
Hex48894A2F02E2E7a1f29
Octal11021111257056561723751
Binary10010001000100110010101011110101110101110111101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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