#58975D

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

Shades of Fruit Salad #58975D

Tints of Fruit Salad #58975D

Color information

#58975D (or 0x58975D) is unknown color: approx Fruit Salad. HEX triplet: 58, 97 and 5D. RGB value is (88,151,93). Sum of RGB (Red+Green+Blue) = 88+151+93=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #58975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58975D is #A768A2. Grayscale: #7D7D7D. Windows color (decimal): -10971299 or 6133592. OLE color: 6133592.

HSL color Cylindrical-coordinate representation of color #58975D: hue angle of 124.76º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58975D is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB8815193-
CMYK0.4200.380.41
HSL124.76º26.36%46.86%-
HSV(B)124.76º41.72%59.22%-
XYZ17.072514.28-
YUV125.55109.63101.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 93 (36.72% from 255) = 28.01%
R=26.51%
G=45.48%
B=28.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88151930.4200.380.41124.7626.3646.86
Hex58975D2A026297d1a2f
Octal13022713552046511753257
Binary10110001001011110111011010100100110101001111110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58975D; }

 p { color: rgb(88,151,93); }

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

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

 a { background-color: rgb(88,151,93); }

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

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

 span { border-color: rgb(88,151,93); }

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