#58985C

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

Shades of Fruit Salad #58985C

Tints of Fruit Salad #58985C

Color information

#58985C (or 0x58985C) is unknown color: approx Fruit Salad. HEX triplet: 58, 98 and 5C. RGB value is (88,152,92). Sum of RGB (Red+Green+Blue) = 88+152+92=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #58985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58985C is #A767A3. Grayscale: #7E7E7E. Windows color (decimal): -10971044 or 6068312. OLE color: 6068312.

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

Color convert

RGB8815292-
CMYK0.4200.390.40
HSL123.75º26.67%47.06%-
HSV(B)123.75º42.11%59.61%-
XYZ17.1825.314.1-
YUV126.02108.8100.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=26.51%
G=45.78%
B=27.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88152920.4200.390.40123.7526.6747.06
Hex58985C2A027287c1b2f
Octal13023013452047501743357
Binary10110001001100010111001010100100111101000111110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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