#488748

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

Shades of Killarney #488748

Tints of Killarney #488748

Color information

#488748 (or 0x488748) is unknown color: approx Killarney. HEX triplet: 48, 87 and 48. RGB value is (72,135,72). Sum of RGB (Red+Green+Blue) = 72+135+72=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #488748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488748 is #B778B7. Grayscale: #6D6D6D. Windows color (decimal): -12023992 or 4753224. OLE color: 4753224.

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

Color convert

RGB7213572-
CMYK0.4700.470.47
HSL120º30.43%40.59%-
HSV(B)120º46.67%52.94%-
XYZ12.5119.179.17-
YUV108.98107.13101.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 135 (53.12% from 255) = 48.39%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=25.81%
G=48.39%
B=25.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72135720.4700.470.4712030.4340.59
Hex4887482F02F2F781e29
Octal11020711057057571703651
Binary10010001000011110010001011110101111101111111100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488748; }

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

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

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

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

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

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

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

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