#58945F

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

Shades of Fruit Salad #58945F

Tints of Fruit Salad #58945F

Color information

#58945F (or 0x58945F) is unknown color: approx Fruit Salad. HEX triplet: 58, 94 and 5F. RGB value is (88,148,95). Sum of RGB (Red+Green+Blue) = 88+148+95=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #58945F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58945F is #A76BA0. Grayscale: #7C7C7C. Windows color (decimal): -10972065 or 6263896. OLE color: 6263896.

HSL color Cylindrical-coordinate representation of color #58945F: hue angle of 127º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58945F is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB8814895-
CMYK0.4100.360.42
HSL127º25.42%46.27%-
HSV(B)127º40.54%58.04%-
XYZ16.6824.0814.6-
YUV124.02111.62102.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=26.59%
G=44.71%
B=28.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88148950.4100.360.4212725.4246.27
Hex58945F290242A7f192e
Octal13022413751044521773156
Binary10110001001010010111111010010100100101010111111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58945F; }

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

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

<style>
 a { background-color: #58945F; }

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

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

<style>
 span { border-color: #58945F; }

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

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