#58965C

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

Shades of Fruit Salad #58965C

Tints of Fruit Salad #58965C

Color information

#58965C (or 0x58965C) is unknown color: approx Fruit Salad. HEX triplet: 58, 96 and 5C. RGB value is (88,150,92). Sum of RGB (Red+Green+Blue) = 88+150+92=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #58965C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58965C is #A769A3. Grayscale: #7D7D7D. Windows color (decimal): -10971556 or 6067800. OLE color: 6067800.

HSL color Cylindrical-coordinate representation of color #58965C: hue angle of 123.87º 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 #58965C is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB8815092-
CMYK0.4100.390.41
HSL123.87º26.05%46.67%-
HSV(B)123.87º41.33%58.82%-
XYZ16.8624.6614-
YUV124.85109.46101.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=26.67%
G=45.45%
B=27.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88150920.4100.390.41123.8726.0546.67
Hex58965C29027297c1a2f
Octal13022613451047511743257
Binary10110001001011010111001010010100111101001111110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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