#48844F

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

Shades of Killarney #48844F

Tints of Killarney #48844F

Color information

#48844F (or 0x48844F) is unknown color: approx Killarney. HEX triplet: 48, 84 and 4F. RGB value is (72,132,79). Sum of RGB (Red+Green+Blue) = 72+132+79=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #48844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48844F is #B77BB0. Grayscale: #6C6C6C. Windows color (decimal): -12024753 or 5211208. OLE color: 5211208.

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

Color convert

RGB7213279-
CMYK0.4500.400.48
HSL127º29.41%40%-
HSV(B)127º45.45%51.76%-
XYZ12.3418.4410.31-
YUV108.02111.62102.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=25.44%
G=46.64%
B=27.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132790.4500.400.4812729.4140
Hex48844F2D028307f1d28
Octal11020411755050601773550
Binary10010001000010010011111011010101000110000111111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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