#58A25F

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

Shades of Fruit Salad #58A25F

Tints of Fruit Salad #58A25F

Color information

#58A25F (or 0x58A25F) is unknown color: approx Fruit Salad. HEX triplet: 58, A2 and 5F. RGB value is (88,162,95). Sum of RGB (Red+Green+Blue) = 88+162+95=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #58A25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A25F is #A75DA0. Grayscale: #848484. Windows color (decimal): -10968481 or 6267480. OLE color: 6267480.

HSL color Cylindrical-coordinate representation of color #58A25F: hue angle of 125.68º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A25F is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB8816295-
CMYK0.4600.410.36
HSL125.68º29.6%49.02%-
HSV(B)125.68º45.68%63.53%-
XYZ19.0128.7415.37-
YUV132.24106.9896.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=25.51%
G=46.96%
B=27.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88162950.4600.410.36125.6829.649.02
Hex58A25F2E029247e1e31
Octal13024213756051441763661
Binary10110001010001010111111011100101001100100111111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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