#58A35B

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

Shades of Fruit Salad #58A35B

Tints of Fruit Salad #58A35B

Color information

#58A35B (or 0x58A35B) is unknown color: approx Fruit Salad. HEX triplet: 58, A3 and 5B. RGB value is (88,163,91). Sum of RGB (Red+Green+Blue) = 88+163+91=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #58A35B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A35B is #A75CA4. Grayscale: #848484. Windows color (decimal): -10968229 or 6005592. OLE color: 6005592.

HSL color Cylindrical-coordinate representation of color #58A35B: hue angle of 122.4º 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 #58A35B is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB8816391-
CMYK0.4600.440.36
HSL122.4º29.88%49.22%-
HSV(B)122.4º46.01%63.92%-
XYZ19.0129.0214.5-
YUV132.37104.6596.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.73%
GREEN value IS 163 (64.06% from 255) = 47.66%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=25.73%
G=47.66%
B=26.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88163910.4600.440.36122.429.8849.22
Hex58A35B2E02C247a1e31
Octal13024313356054441723661
Binary10110001010001110110111011100101100100100111101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,163,91); }

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

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

 a { background-color: rgb(88,163,91); }

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

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

 span { border-color: rgb(88,163,91); }

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