Html Css Color HEX #58985D Fruit Salad

📋 copy color: '#58985D'

red 88 ◦ green 152 ◦ blue 93

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

Shades of Fruit Salad #58985D

Tints of Fruit Salad #58985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.65%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 26.43%
G = 45.65%
B = 27.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#58985D (or 0x58985D) is known color: Fruit Salad. HEX triplet: 58, 98 and 5D. RGB value is (88,152,93). Sum of RGB (Red+Green+Blue) = 88+152+93=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #58985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58985D is #A767A2. Grayscale: #7E7E7E. Windows color (decimal): -10971043 or 6133848. OLE color: 6133848.

HSL color Cylindrical-coordinate representation of color #58985D: hue angle of 124.69º 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 #58985D is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 152 93 -
CMYK 0.42 0 0.39 0.40
HSL 124.69º 0.27% 0.47% -
HSV(B) 124.69º 0.42% 0.6% -
XYZ 17.23 25.32 14.34 -
YUV 126.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 88 152 93 0.42 0 0.39 0.40 124.69 0.27 0.47
Hex 58 98 5D 2A 0 27 28 7D 1B 2F
Octal 130 230 135 52 0 47 50 175 33 57
Binary 1011000 10011000 1011101 101010 0 100111 101000 1111101 11011 101111

Color Harmonies of #58985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58985D

Black with #58985D

Text Example


Text Example

White with #58985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58985D; }

 p { color: rgb(88,152,93); }

 H1.HeaderClassName
 {
   color: #58985D;
 }
 .AnyTagClassName
 {
   color: #58985D;
 }
</style>

background-color css

<style>
 a { background-color: #58985D; }

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

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

border-color css

<style>
 span { border-color: #58985D; }

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

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