#48854E

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

Shades of Killarney #48854E

Tints of Killarney #48854E

Color information

#48854E (or 0x48854E) is unknown color: approx Killarney. HEX triplet: 48, 85 and 4E. RGB value is (72,133,78). Sum of RGB (Red+Green+Blue) = 72+133+78=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #48854E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48854E is #B77AB1. Grayscale: #6C6C6C. Windows color (decimal): -12024498 or 5145928. OLE color: 5145928.

HSL color Cylindrical-coordinate representation of color #48854E: hue angle of 125.9º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48854E is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB7213378-
CMYK0.4600.410.48
HSL125.9º29.76%40.2%-
HSV(B)125.9º45.86%52.16%-
XYZ12.4418.710.16-
YUV108.49110.79101.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=25.44%
G=47.00%
B=27.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133780.4600.410.48125.929.7640.2
Hex48854E2E029307e1e28
Octal11020511656051601763650
Binary10010001000010110011101011100101001110000111111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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