Html Css Color HEX #58A355 Fruit Salad

📋 copy color: '#58A355'

red 88 ◦ green 163 ◦ blue 85

#58A355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #58A355

Tints of Fruit Salad #58A355

RGB

 RED value IS 88 (34.77% from 255) = 26.19%

 GREEN value IS 163 (64.06% from 255) = 48.51%

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 26.19%
G = 48.51%
B = 25.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#58A355 (or 0x58A355) is known color: Fruit Salad. HEX triplet: 58, A3 and 55. RGB value is (88,163,85). Sum of RGB (Red+Green+Blue) = 88+163+85=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #58A355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A355 is #A75CAA. Grayscale: #838383. Windows color (decimal): -10968235 or 5612376. OLE color: 5612376.

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

Color convert

RGB 88 163 85 -
CMYK 0.46 0 0.48 0.36
HSL 117.69º 0.31% 0.49% -
HSV(B) 117.69º 0.48% 0.64% -
XYZ 18.76 28.92 13.19 -
YUV 131.68 101.65 96.84 -
System Red Green Blue C M Y K H S L
Decimal 88 163 85 0.46 0 0.48 0.36 117.69 0.31 0.49
Hex 58 A3 55 2E 0 30 24 76 1F 31
Octal 130 243 125 56 0 60 44 166 37 61
Binary 1011000 10100011 1010101 101110 0 110000 100100 1110110 11111 110001

Color Harmonies of #58A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A355

Black with #58A355

Text Example


Text Example

White with #58A355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58A355;
 }
 .AnyTagClassName
 {
   color: #58A355;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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