Html Css Color HEX #58995E Fruit Salad

📋 copy color: '#58995E'

red 88 ◦ green 153 ◦ blue 94

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

Shades of Fruit Salad #58995E

Tints of Fruit Salad #58995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.67%

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 26.27%
G = 45.67%
B = 28.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#58995E (or 0x58995E) is known color: Fruit Salad. HEX triplet: 58, 99 and 5E. RGB value is (88,153,94). Sum of RGB (Red+Green+Blue) = 88+153+94=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #58995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58995E is #A766A1. Grayscale: #7F7F7F. Windows color (decimal): -10970786 or 6199640. OLE color: 6199640.

HSL color Cylindrical-coordinate representation of color #58995E: hue angle of 125.54º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58995E is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 153 94 -
CMYK 0.42 0 0.39 0.4
HSL 125.54º 0.27% 0.47% -
HSV(B) 125.54º 0.42% 0.6% -
XYZ 17.44 25.67 14.62 -
YUV 126.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 88 153 94 0.42 0 0.39 0.4 125.54 0.27 0.47
Hex 58 99 5E 2A 0 27 28 7E 1B 2F
Octal 130 231 136 52 0 47 50 176 33 57
Binary 1011000 10011001 1011110 101010 0 100111 101000 1111110 11011 101111

Color Harmonies of #58995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58995E

Black with #58995E

Text Example


Text Example

White with #58995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58995E; }

 p { color: rgb(88,153,94); }

 H1.HeaderClassName
 {
   color: #58995E;
 }
 .AnyTagClassName
 {
   color: #58995E;
 }
</style>

background-color css

<style>
 a { background-color: #58995E; }

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

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

border-color css

<style>
 span { border-color: #58995E; }

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

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