#488655

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

Shades of Killarney #488655

Tints of Killarney #488655

Color information

#488655 (or 0x488655) is unknown color: approx Killarney. HEX triplet: 48, 86 and 55. RGB value is (72,134,85). Sum of RGB (Red+Green+Blue) = 72+134+85=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #488655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488655 is #B779AA. Grayscale: #6E6E6E. Windows color (decimal): -12024235 or 5604936. OLE color: 5604936.

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

Color convert

RGB7213485-
CMYK0.4600.370.47
HSL132.58º30.1%40.39%-
HSV(B)132.58º46.27%52.55%-
XYZ12.8419.0811.6-
YUV109.88113.96100.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 85 (33.59% from 255) = 29.21%
R=24.74%
G=46.05%
B=29.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134850.4600.370.47132.5830.140.39
Hex4886552E0252F851e28
Octal11020612556045572053650
Binary100100010000110101010110111001001011011111000010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488655; }

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

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

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

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

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

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

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

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