#58A060

Color #58A060 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #58A060

Tints of Fruit Salad #58A060

Color information

#58A060 (or 0x58A060) is unknown color: approx Fruit Salad. HEX triplet: 58, A0 and 60. RGB value is (88,160,96). Sum of RGB (Red+Green+Blue) = 88+160+96=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #58A060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A060 is #A75F9F. Grayscale: #838383. Windows color (decimal): -10968992 or 6332504. OLE color: 6332504.

HSL color Cylindrical-coordinate representation of color #58A060: hue angle of 126.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A060 is Cyan = 0.45, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB8816096-
CMYK0.4500.40.37
HSL126.67º29.03%48.63%-
HSV(B)126.67º45%62.75%-
XYZ18.7128.0615.5-
YUV131.18108.1597.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 160 (62.89% from 255) = 46.51%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=25.58%
G=46.51%
B=27.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal88160960.4500.40.37126.6729.0348.63
Hex58A0602D028257f1d31
Octal13024014055050451773561
Binary10110001010000011000001011010101000100101111111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A060; }

 p { color: rgb(88,160,96); }

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

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

 a { background-color: rgb(88,160,96); }

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

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

 span { border-color: rgb(88,160,96); }

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