#48854A

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

Shades of Killarney #48854A

Tints of Killarney #48854A

Color information

#48854A (or 0x48854A) is unknown color: approx Killarney. HEX triplet: 48, 85 and 4A. RGB value is (72,133,74). Sum of RGB (Red+Green+Blue) = 72+133+74=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #48854A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48854A is #B77AB5. Grayscale: #6C6C6C. Windows color (decimal): -12024502 or 4883784. OLE color: 4883784.

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

Color convert

RGB7213374-
CMYK0.4600.440.48
HSL121.97º29.76%40.2%-
HSV(B)121.97º45.86%52.16%-
XYZ12.318.659.43-
YUV108.04108.79102.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 133 (52.34% from 255) = 47.67%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=25.81%
G=47.67%
B=26.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133740.4600.440.48121.9729.7640.2
Hex48854A2E02C307a1e28
Octal11020511256054601723650
Binary10010001000010110010101011100101100110000111101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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