#58A64C

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

Shades of Fruit Salad #58A64C

Tints of Fruit Salad #58A64C

Color information

#58A64C (or 0x58A64C) is unknown color: approx Fruit Salad. HEX triplet: 58, A6 and 4C. RGB value is (88,166,76). Sum of RGB (Red+Green+Blue) = 88+166+76=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #58A64C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A64C is #A759B3. Grayscale: #848484. Windows color (decimal): -10967476 or 5023320. OLE color: 5023320.

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

Color convert

RGB8816676-
CMYK0.4700.540.35
HSL112º37.19%47.45%-
HSV(B)112º54.22%65.1%-
XYZ18.9729.8711.6-
YUV132.4296.1696.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 166 (65.23% from 255) = 50.30%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=26.67%
G=50.30%
B=23.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88166760.4700.540.3511237.1947.45
Hex58A64C2F0362370252f
Octal13024611457066431604557
Binary101100010100110100110010111101101101000111110000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,166,76); }

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

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

 a { background-color: rgb(88,166,76); }

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

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

 span { border-color: rgb(88,166,76); }

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