#48824D

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

Shades of Killarney #48824D

Tints of Killarney #48824D

Color information

#48824D (or 0x48824D) is unknown color: approx Killarney. HEX triplet: 48, 82 and 4D. RGB value is (72,130,77). Sum of RGB (Red+Green+Blue) = 72+130+77=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #48824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48824D is #B77DB2. Grayscale: #6A6A6A. Windows color (decimal): -12025267 or 5079624. OLE color: 5079624.

HSL color Cylindrical-coordinate representation of color #48824D: hue angle of 125.17º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48824D is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB7213077-
CMYK0.4500.410.49
HSL125.17º28.71%39.61%-
HSV(B)125.17º44.62%50.98%-
XYZ11.9917.889.84-
YUV106.62111.28103.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=25.81%
G=46.59%
B=27.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130770.4500.410.49125.1728.7139.61
Hex48824D2D029317d1d28
Octal11020211555051611753550
Binary10010001000001010011011011010101001110001111110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48824D; }

 p { color: rgb(72,130,77); }

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

<style>
 a { background-color: #48824D; }

 a { background-color: rgb(72,130,77); }

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

<style>
 span { border-color: #48824D; }

 span { border-color: rgb(72,130,77); }

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