#488548

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

Shades of Killarney #488548

Tints of Killarney #488548

Color information

#488548 (or 0x488548) is unknown color: approx Killarney. HEX triplet: 48, 85 and 48. RGB value is (72,133,72). Sum of RGB (Red+Green+Blue) = 72+133+72=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #488548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488548 is #B77AB7. Grayscale: #6B6B6B. Windows color (decimal): -12024504 or 4752712. OLE color: 4752712.

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

Color convert

RGB7213372-
CMYK0.4600.460.48
HSL120º29.76%40.2%-
HSV(B)120º45.86%52.16%-
XYZ12.2318.629.08-
YUV107.81107.79102.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=25.99%
G=48.01%
B=25.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133720.4600.460.4812029.7640.2
Hex4885482E02E30781e28
Octal11020511056056601703650
Binary10010001000010110010001011100101110110000111100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488548; }

 p { color: rgb(72,133,72); }

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

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

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

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

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

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

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