#58995D

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

Shades of Fruit Salad #58995D

Tints of Fruit Salad #58995D

Color information

#58995D (or 0x58995D) is unknown color: approx Fruit Salad. HEX triplet: 58, 99 and 5D. RGB value is (88,153,93). Sum of RGB (Red+Green+Blue) = 88+153+93=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #58995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58995D is #A766A2. Grayscale: #7E7E7E. Windows color (decimal): -10970787 or 6134104. OLE color: 6134104.

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

Color convert

RGB8815393-
CMYK0.4200.390.4
HSL124.62º26.97%47.25%-
HSV(B)124.62º42.48%60%-
XYZ17.3925.6514.39-
YUV126.72108.97100.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 153 (60.16% from 255) = 45.81%
BLUE value IS 93 (36.72% from 255) = 27.84%
R=26.35%
G=45.81%
B=27.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal88153930.4200.390.4124.6226.9747.25
Hex58995D2A027287d1b2f
Octal13023113552047501753357
Binary10110001001100110111011010100100111101000111110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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