#48844C

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

Shades of Killarney #48844C

Tints of Killarney #48844C

Color information

#48844C (or 0x48844C) is unknown color: approx Killarney. HEX triplet: 48, 84 and 4C. RGB value is (72,132,76). Sum of RGB (Red+Green+Blue) = 72+132+76=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #48844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48844C is #B77BB3. Grayscale: #6B6B6B. Windows color (decimal): -12024756 or 5014600. OLE color: 5014600.

HSL color Cylindrical-coordinate representation of color #48844C: hue angle of 124º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48844C is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB7213276-
CMYK0.4500.420.48
HSL124º29.41%40%-
HSV(B)124º45.45%51.76%-
XYZ12.2318.49.74-
YUV107.68110.12102.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 132 (51.95% from 255) = 47.14%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=25.71%
G=47.14%
B=27.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132760.4500.420.4812429.4140
Hex48844C2D02A307c1d28
Octal11020411455052601743550
Binary10010001000010010011001011010101010110000111110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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