#48884C

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

Shades of Killarney #48884C

Tints of Killarney #48884C

Color information

#48884C (or 0x48884C) is unknown color: approx Killarney. HEX triplet: 48, 88 and 4C. RGB value is (72,136,76). Sum of RGB (Red+Green+Blue) = 72+136+76=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #48884C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48884C is #B777B3. Grayscale: #6E6E6E. Windows color (decimal): -12023732 or 5015624. OLE color: 5015624.

HSL color Cylindrical-coordinate representation of color #48884C: hue angle of 123.75º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48884C is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB7213676-
CMYK0.4700.440.47
HSL123.75º30.77%40.78%-
HSV(B)123.75º47.06%53.33%-
XYZ12.7819.519.93-
YUV110.02108.8100.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 136 (53.52% from 255) = 47.89%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=25.35%
G=47.89%
B=26.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72136760.4700.440.47123.7530.7740.78
Hex48884C2F02C2F7c1f29
Octal11021011457054571743751
Binary10010001000100010011001011110101100101111111110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48884C; }

 p { color: rgb(72,136,76); }

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

<style>
 a { background-color: #48884C; }

 a { background-color: rgb(72,136,76); }

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

<style>
 span { border-color: #48884C; }

 span { border-color: rgb(72,136,76); }

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