#58A255

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

Shades of Fruit Salad #58A255

Tints of Fruit Salad #58A255

Color information

#58A255 (or 0x58A255) is unknown color: approx Fruit Salad. HEX triplet: 58, A2 and 55. RGB value is (88,162,85). Sum of RGB (Red+Green+Blue) = 88+162+85=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #58A255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A255 is #A75DAA. Grayscale: #838383. Windows color (decimal): -10968491 or 5612120. OLE color: 5612120.

HSL color Cylindrical-coordinate representation of color #58A255: hue angle of 117.66º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A255 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB8816285-
CMYK0.4600.480.36
HSL117.66º31.17%48.43%-
HSV(B)117.66º47.53%63.53%-
XYZ18.5828.5713.13-
YUV131.1101.9897.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.27%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=26.27%
G=48.36%
B=25.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88162850.4600.480.36117.6631.1748.43
Hex58A2552E03024761f30
Octal13024212556060441663760
Binary10110001010001010101011011100110000100100111011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,162,85); }

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

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

 a { background-color: rgb(88,162,85); }

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

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

 span { border-color: rgb(88,162,85); }

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