#488155

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

Shades of Killarney #488155

Tints of Killarney #488155

Color information

#488155 (or 0x488155) is unknown color: approx Killarney. HEX triplet: 48, 81 and 55. RGB value is (72,129,85). Sum of RGB (Red+Green+Blue) = 72+129+85=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #488155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488155 is #B77EAA. Grayscale: #6B6B6B. Windows color (decimal): -12025515 or 5603656. OLE color: 5603656.

HSL color Cylindrical-coordinate representation of color #488155: hue angle of 133.68º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488155 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB7212985-
CMYK0.4400.340.49
HSL133.68º28.36%39.41%-
HSV(B)133.68º44.19%50.59%-
XYZ12.1617.7311.38-
YUV106.94115.62103.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=25.17%
G=45.10%
B=29.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72129850.4400.340.49133.6828.3639.41
Hex4881552C02231861c27
Octal11020112554042612063447
Binary100100010000001101010110110001000101100011000011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488155; }

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

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

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

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

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

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

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

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