#58A256

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

Shades of Fruit Salad #58A256

Tints of Fruit Salad #58A256

Color information

#58A256 (or 0x58A256) is unknown color: approx Fruit Salad. HEX triplet: 58, A2 and 56. RGB value is (88,162,86). Sum of RGB (Red+Green+Blue) = 88+162+86=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #58A256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A256 is #A75DA9. Grayscale: #838383. Windows color (decimal): -10968490 or 5677656. OLE color: 5677656.

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

Color convert

RGB8816286-
CMYK0.4600.470.36
HSL118.42º30.65%48.63%-
HSV(B)118.42º46.91%63.53%-
XYZ18.6228.5913.34-
YUV131.21102.4897.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.19%
GREEN value IS 162 (63.67% from 255) = 48.21%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=26.19%
G=48.21%
B=25.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88162860.4600.470.36118.4230.6548.63
Hex58A2562E02F24761f31
Octal13024212656057441663761
Binary10110001010001010101101011100101111100100111011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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