#58985A

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

Shades of Fruit Salad #58985A

Tints of Fruit Salad #58985A

Color information

#58985A (or 0x58985A) is unknown color: approx Fruit Salad. HEX triplet: 58, 98 and 5A. RGB value is (88,152,90). Sum of RGB (Red+Green+Blue) = 88+152+90=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #58985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58985A is #A767A5. Grayscale: #7D7D7D. Windows color (decimal): -10971046 or 5937240. OLE color: 5937240.

HSL color Cylindrical-coordinate representation of color #58985A: hue angle of 121.88º 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 #58985A is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB8815290-
CMYK0.4200.410.40
HSL121.88º26.67%47.06%-
HSV(B)121.88º42.11%59.61%-
XYZ17.125.2713.65-
YUV125.8107.8101.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=26.67%
G=46.06%
B=27.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88152900.4200.410.40121.8826.6747.06
Hex58985A2A029287a1b2f
Octal13023013252051501723357
Binary10110001001100010110101010100101001101000111101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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