#488948

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

Shades of Killarney #488948

Tints of Killarney #488948

Color information

#488948 (or 0x488948) is unknown color: approx Killarney. HEX triplet: 48, 89 and 48. RGB value is (72,137,72). Sum of RGB (Red+Green+Blue) = 72+137+72=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #488948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488948 is #B776B7. Grayscale: #6E6E6E. Windows color (decimal): -12023480 or 4753736. OLE color: 4753736.

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

Color convert

RGB7213772-
CMYK0.4700.470.46
HSL120º31.1%40.98%-
HSV(B)120º47.45%53.73%-
XYZ12.7919.749.27-
YUV110.16106.47100.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 137 (53.91% from 255) = 48.75%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=25.62%
G=48.75%
B=25.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72137720.4700.470.4612031.140.98
Hex4889482F02F2E781f29
Octal11021111057057561703751
Binary10010001000100110010001011110101111101110111100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488948; }

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

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

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

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

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

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

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

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