#58A94F

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

Shades of Fruit Salad #58A94F

Tints of Fruit Salad #58A94F

Color information

#58A94F (or 0x58A94F) is unknown color: approx Fruit Salad. HEX triplet: 58, A9 and 4F. RGB value is (88,169,79). Sum of RGB (Red+Green+Blue) = 88+169+79=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #58A94F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A94F is #A756B0. Grayscale: #868686. Windows color (decimal): -10966705 or 5220696. OLE color: 5220696.

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

Color convert

RGB8816979-
CMYK0.4800.530.34
HSL114º36.29%48.63%-
HSV(B)114º53.25%66.27%-
XYZ19.6231.0212.35-
YUV134.5296.6694.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.19%
GREEN value IS 169 (66.41% from 255) = 50.30%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=26.19%
G=50.30%
B=23.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88169790.4800.530.3411436.2948.63
Hex58A94F3003522722431
Octal13025111760065421624461
Binary101100010101001100111111000001101011000101110010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,169,79); }

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

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

 a { background-color: rgb(88,169,79); }

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

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

 span { border-color: rgb(88,169,79); }

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