#48844E

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

Shades of Killarney #48844E

Tints of Killarney #48844E

Color information

#48844E (or 0x48844E) is unknown color: approx Killarney. HEX triplet: 48, 84 and 4E. RGB value is (72,132,78). Sum of RGB (Red+Green+Blue) = 72+132+78=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #48844E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48844E is #B77BB1. Grayscale: #6C6C6C. Windows color (decimal): -12024754 or 5145672. OLE color: 5145672.

HSL color Cylindrical-coordinate representation of color #48844E: hue angle of 126º 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 #48844E is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB7213278-
CMYK0.4500.410.48
HSL126º29.41%40%-
HSV(B)126º45.45%51.76%-
XYZ12.318.4310.12-
YUV107.9111.12102.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=25.53%
G=46.81%
B=27.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132780.4500.410.4812629.4140
Hex48844E2D029307e1d28
Octal11020411655051601763550
Binary10010001000010010011101011010101001110000111111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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