#58965F

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

Shades of Fruit Salad #58965F

Tints of Fruit Salad #58965F

Color information

#58965F (or 0x58965F) is unknown color: approx Fruit Salad. HEX triplet: 58, 96 and 5F. RGB value is (88,150,95). Sum of RGB (Red+Green+Blue) = 88+150+95=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #58965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58965F is #A769A0. Grayscale: #7D7D7D. Windows color (decimal): -10971553 or 6264408. OLE color: 6264408.

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

Color convert

RGB8815095-
CMYK0.4100.370.41
HSL126.77º26.05%46.67%-
HSV(B)126.77º41.33%58.82%-
XYZ1724.7114.7-
YUV125.19110.96101.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.43%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=26.43%
G=45.05%
B=28.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88150950.4100.370.41126.7726.0546.67
Hex58965F29025297f1a2f
Octal13022613751045511773257
Binary10110001001011010111111010010100101101001111111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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