#488955

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

Shades of Killarney #488955

Tints of Killarney #488955

Color information

#488955 (or 0x488955) is unknown color: approx Killarney. HEX triplet: 48, 89 and 55. RGB value is (72,137,85). Sum of RGB (Red+Green+Blue) = 72+137+85=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #488955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488955 is #B776AA. Grayscale: #6F6F6F. Windows color (decimal): -12023467 or 5605704. OLE color: 5605704.

HSL color Cylindrical-coordinate representation of color #488955: hue angle of 132º 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 #488955 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB7213785-
CMYK0.4700.380.46
HSL132º31.1%40.98%-
HSV(B)132º47.45%53.73%-
XYZ13.2619.9211.74-
YUV111.64112.9799.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 85 (33.59% from 255) = 28.91%
R=24.49%
G=46.60%
B=28.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72137850.4700.380.4613231.140.98
Hex4889552F0262E841f29
Octal11021112557046562043751
Binary100100010001001101010110111101001101011101000010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488955; }

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

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

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

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

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

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

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

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