#48844A

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

Shades of Killarney #48844A

Tints of Killarney #48844A

Color information

#48844A (or 0x48844A) is unknown color: approx Killarney. HEX triplet: 48, 84 and 4A. RGB value is (72,132,74). Sum of RGB (Red+Green+Blue) = 72+132+74=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #48844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48844A is #B77BB5. Grayscale: #6B6B6B. Windows color (decimal): -12024758 or 4883528. OLE color: 4883528.

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

Color convert

RGB7213274-
CMYK0.4500.440.48
HSL122º29.41%40%-
HSV(B)122º45.45%51.76%-
XYZ12.1618.379.38-
YUV107.45109.12102.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 132 (51.95% from 255) = 47.48%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=25.90%
G=47.48%
B=26.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132740.4500.440.4812229.4140
Hex48844A2D02C307a1d28
Octal11020411255054601723550
Binary10010001000010010010101011010101100110000111101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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