Html Css Color HEX #58A558 Fruit Salad

📋 copy color: '#58A558'

red 88 ◦ green 165 ◦ blue 88

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

Shades of Fruit Salad #58A558

Tints of Fruit Salad #58A558

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.39%

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

R = 25.81%
G = 48.39%
B = 25.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#58A558 (or 0x58A558) is known color: Fruit Salad. HEX triplet: 58, A5 and 58. RGB value is (88,165,88). Sum of RGB (Red+Green+Blue) = 88+165+88=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #58A558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A558 is #A75AA7. Grayscale: #858585. Windows color (decimal): -10967720 or 5809496. OLE color: 5809496.

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

Color convert

RGB 88 165 88 -
CMYK 0.47 0 0.47 0.35
HSL 120º 0.3% 0.5% -
HSV(B) 120º 0.47% 0.65% -
XYZ 19.24 29.69 13.95 -
YUV 133.2 102.49 95.76 -
System Red Green Blue C M Y K H S L
Decimal 88 165 88 0.47 0 0.47 0.35 120 0.3 0.5
Hex 58 A5 58 2F 0 2F 23 78 1E 32
Octal 130 245 130 57 0 57 43 170 36 62
Binary 1011000 10100101 1011000 101111 0 101111 100011 1111000 11110 110010

Color Harmonies of #58A558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A558

Black with #58A558

Text Example


Text Example

White with #58A558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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