#58955F

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

Shades of Fruit Salad #58955F

Tints of Fruit Salad #58955F

Color information

#58955F (or 0x58955F) is unknown color: approx Fruit Salad. HEX triplet: 58, 95 and 5F. RGB value is (88,149,95). Sum of RGB (Red+Green+Blue) = 88+149+95=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #58955F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58955F is #A76AA0. Grayscale: #7C7C7C. Windows color (decimal): -10971809 or 6264152. OLE color: 6264152.

HSL color Cylindrical-coordinate representation of color #58955F: hue angle of 126.89º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58955F is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB8814995-
CMYK0.4100.360.42
HSL126.89º25.74%46.47%-
HSV(B)126.89º40.94%58.43%-
XYZ16.8424.414.65-
YUV124.6111.29101.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=26.51%
G=44.88%
B=28.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88149950.4100.360.42126.8925.7446.47
Hex58955F290242A7f1a2e
Octal13022513751044521773256
Binary10110001001010110111111010010100100101010111111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58955F; }

 p { color: rgb(88,149,95); }

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

<style>
 a { background-color: #58955F; }

 a { background-color: rgb(88,149,95); }

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

<style>
 span { border-color: #58955F; }

 span { border-color: rgb(88,149,95); }

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