#58A85F

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

Shades of Fruit Salad #58A85F

Tints of Fruit Salad #58A85F

Color information

#58A85F (or 0x58A85F) is unknown color: approx Fruit Salad. HEX triplet: 58, A8 and 5F. RGB value is (88,168,95). Sum of RGB (Red+Green+Blue) = 88+168+95=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #58A85F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A85F is #A757A0. Grayscale: #878787. Windows color (decimal): -10966945 or 6269016. OLE color: 6269016.

HSL color Cylindrical-coordinate representation of color #58A85F: hue angle of 125.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A85F is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB8816895-
CMYK0.4800.430.34
HSL125.25º31.5%50.2%-
HSV(B)125.25º47.62%65.88%-
XYZ20.0930.9115.73-
YUV135.7610593.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 168 (66.02% from 255) = 47.86%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=25.07%
G=47.86%
B=27.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88168950.4800.430.34125.2531.550.2
Hex58A85F3002B227d1f32
Octal13025013760053421753762
Binary10110001010100010111111100000101011100010111110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A85F; }

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

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

<style>
 a { background-color: #58A85F; }

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

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

<style>
 span { border-color: #58A85F; }

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

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