#58985F

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

Shades of Fruit Salad #58985F

Tints of Fruit Salad #58985F

Color information

#58985F (or 0x58985F) is unknown color: approx Fruit Salad. HEX triplet: 58, 98 and 5F. RGB value is (88,152,95). Sum of RGB (Red+Green+Blue) = 88+152+95=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #58985F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58985F is #A767A0. Grayscale: #7E7E7E. Windows color (decimal): -10971041 or 6264920. OLE color: 6264920.

HSL color Cylindrical-coordinate representation of color #58985F: hue angle of 126.56º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58985F is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB8815295-
CMYK0.4200.380.40
HSL126.56º26.67%47.06%-
HSV(B)126.56º42.11%59.61%-
XYZ17.3225.3614.81-
YUV126.37110.3100.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.27%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=26.27%
G=45.37%
B=28.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88152950.4200.380.40126.5626.6747.06
Hex58985F2A026287f1b2f
Octal13023013752046501773357
Binary10110001001100010111111010100100110101000111111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58985F; }

 p { color: rgb(88,152,95); }

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

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

 a { background-color: rgb(88,152,95); }

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

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

 span { border-color: rgb(88,152,95); }

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