Html Css Color HEX #58975B Fruit Salad

📋 copy color: '#58975B'

red 88 ◦ green 151 ◦ blue 91

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

Shades of Fruit Salad #58975B

Tints of Fruit Salad #58975B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.76%

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 26.67%
G = 45.76%
B = 27.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#58975B (or 0x58975B) is known color: Fruit Salad. HEX triplet: 58, 97 and 5B. RGB value is (88,151,91). Sum of RGB (Red+Green+Blue) = 88+151+91=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #58975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58975B is #A768A4. Grayscale: #7D7D7D. Windows color (decimal): -10971301 or 6002520. OLE color: 6002520.

HSL color Cylindrical-coordinate representation of color #58975B: hue angle of 122.86º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58975B is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 151 91 -
CMYK 0.42 0 0.40 0.41
HSL 122.86º 0.26% 0.47% -
HSV(B) 122.86º 0.42% 0.59% -
XYZ 16.98 24.96 13.82 -
YUV 125.32 108.63 101.38 -
System Red Green Blue C M Y K H S L
Decimal 88 151 91 0.42 0 0.40 0.41 122.86 0.26 0.47
Hex 58 97 5B 2A 0 28 29 7B 1A 2F
Octal 130 227 133 52 0 50 51 173 32 57
Binary 1011000 10010111 1011011 101010 0 101000 101001 1111011 11010 101111

Color Harmonies of #58975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58975B

Black with #58975B

Text Example


Text Example

White with #58975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58975B; }

 p { color: rgb(88,151,91); }

 H1.HeaderClassName
 {
   color: #58975B;
 }
 .AnyTagClassName
 {
   color: #58975B;
 }
</style>

background-color css

<style>
 a { background-color: #58975B; }

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

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

border-color css

<style>
 span { border-color: #58975B; }

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

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