#48894B

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

Shades of Killarney #48894B

Tints of Killarney #48894B

Color information

#48894B (or 0x48894B) is unknown color: approx Killarney. HEX triplet: 48, 89 and 4B. RGB value is (72,137,75). Sum of RGB (Red+Green+Blue) = 72+137+75=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #48894B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48894B is #B776B4. Grayscale: #6E6E6E. Windows color (decimal): -12023477 or 4950344. OLE color: 4950344.

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

Color convert

RGB7213775-
CMYK0.4700.450.46
HSL122.77º31.1%40.98%-
HSV(B)122.77º47.45%53.73%-
XYZ12.8919.789.79-
YUV110.5107.97100.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 137 (53.91% from 255) = 48.24%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=25.35%
G=48.24%
B=26.41%

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
Decimal72137750.4700.450.46122.7731.140.98
Hex48894B2F02D2E7b1f29
Octal11021111357055561733751
Binary10010001000100110010111011110101101101110111101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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