#58975B

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

Shades of Fruit Salad #58975B

Tints of Fruit Salad #58975B

Color information

#58975B (or 0x58975B) is unknown color: approx Fruit Salad. HEX triplet: 58, 97 and 5B. RGB value is (88,151,91). Sum of RGB (Red+Green+Blue) = 88+151+91=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #58975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58975B is #A768A4. Grayscale: #7D7D7D. Windows color (decimal): -10971301 or 6002520. OLE color: 6002520.

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

Color convert

RGB8815191-
CMYK0.4200.400.41
HSL122.86º26.36%46.86%-
HSV(B)122.86º41.72%59.22%-
XYZ16.9824.9613.82-
YUV125.32108.63101.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 151 (59.38% from 255) = 45.76%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=26.67%
G=45.76%
B=27.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88151910.4200.400.41122.8626.3646.86
Hex58975B2A028297b1a2f
Octal13022713352050511733257
Binary10110001001011110110111010100101000101001111101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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