Html Css Color HEX #58A358 Fruit Salad

📋 copy color: '#58A358'

red 88 ◦ green 163 ◦ blue 88

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

Shades of Fruit Salad #58A358

Tints of Fruit Salad #58A358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.96%

R = 25.96%
G = 48.08%
B = 25.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#58A358 (or 0x58A358) is known color: Fruit Salad. HEX triplet: 58, A3 and 58. RGB value is (88,163,88). Sum of RGB (Red+Green+Blue) = 88+163+88=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #58A358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A358 is #A75CA7. Grayscale: #848484. Windows color (decimal): -10968232 or 5808984. OLE color: 5808984.

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

Color convert

RGB 88 163 88 -
CMYK 0.46 0 0.46 0.36
HSL 120º 0.3% 0.49% -
HSV(B) 120º 0.46% 0.64% -
XYZ 18.88 28.97 13.83 -
YUV 132.03 103.15 96.6 -
System Red Green Blue C M Y K H S L
Decimal 88 163 88 0.46 0 0.46 0.36 120 0.3 0.49
Hex 58 A3 58 2E 0 2E 24 78 1E 31
Octal 130 243 130 56 0 56 44 170 36 61
Binary 1011000 10100011 1011000 101110 0 101110 100100 1111000 11110 110001

Color Harmonies of #58A358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A358

Black with #58A358

Text Example


Text Example

White with #58A358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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