#58A75C

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

Shades of Fruit Salad #58A75C

Tints of Fruit Salad #58A75C

Color information

#58A75C (or 0x58A75C) is unknown color: approx Fruit Salad. HEX triplet: 58, A7 and 5C. RGB value is (88,167,92). Sum of RGB (Red+Green+Blue) = 88+167+92=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 167 - color contains mainly: green. Hex color #58A75C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A75C is #A758A3. Grayscale: #878787. Windows color (decimal): -10967204 or 6072152. OLE color: 6072152.

HSL color Cylindrical-coordinate representation of color #58A75C: hue angle of 123.04º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A75C is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB8816792-
CMYK0.4700.450.35
HSL123.04º30.98%50%-
HSV(B)123.04º47.31%65.49%-
XYZ19.7730.4814.97-
YUV134.83103.8394.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 167 (65.62% from 255) = 48.13%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=25.36%
G=48.13%
B=26.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88167920.4700.450.35123.0430.9850
Hex58A75C2F02D237b1f32
Octal13024713457055431733762
Binary10110001010011110111001011110101101100011111101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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