#488855

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

Shades of Killarney #488855

Tints of Killarney #488855

Color information

#488855 (or 0x488855) is unknown color: approx Killarney. HEX triplet: 48, 88 and 55. RGB value is (72,136,85). Sum of RGB (Red+Green+Blue) = 72+136+85=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #488855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488855 is #B777AA. Grayscale: #6F6F6F. Windows color (decimal): -12023723 or 5605448. OLE color: 5605448.

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

Color convert

RGB7213685-
CMYK0.4700.380.47
HSL132.19º30.77%40.78%-
HSV(B)132.19º47.06%53.33%-
XYZ13.1219.6411.69-
YUV111.05113.3100.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 85 (33.59% from 255) = 29.01%
R=24.57%
G=46.42%
B=29.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72136850.4700.380.47132.1930.7740.78
Hex4888552F0262F841f29
Octal11021012557046572043751
Binary100100010001000101010110111101001101011111000010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488855; }

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

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

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

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

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

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

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

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