Html Css Color HEX #58965C Fruit Salad

📋 copy color: '#58965C'

red 88 ◦ green 150 ◦ blue 92

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

Shades of Fruit Salad #58965C

Tints of Fruit Salad #58965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 26.67%
G = 45.45%
B = 27.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#58965C (or 0x58965C) is known color: Fruit Salad. HEX triplet: 58, 96 and 5C. RGB value is (88,150,92). Sum of RGB (Red+Green+Blue) = 88+150+92=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #58965C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58965C is #A769A3. Grayscale: #7D7D7D. Windows color (decimal): -10971556 or 6067800. OLE color: 6067800.

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

Color convert

RGB 88 150 92 -
CMYK 0.41 0 0.39 0.41
HSL 123.87º 0.26% 0.47% -
HSV(B) 123.87º 0.41% 0.59% -
XYZ 16.86 24.66 14 -
YUV 124.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 88 150 92 0.41 0 0.39 0.41 123.87 0.26 0.47
Hex 58 96 5C 29 0 27 29 7C 1A 2F
Octal 130 226 134 51 0 47 51 174 32 57
Binary 1011000 10010110 1011100 101001 0 100111 101001 1111100 11010 101111

Color Harmonies of #58965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58965C

Black with #58965C

Text Example


Text Example

White with #58965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58965C; }

 p { color: rgb(88,150,92); }

 H1.HeaderClassName
 {
   color: #58965C;
 }
 .AnyTagClassName
 {
   color: #58965C;
 }
</style>

background-color css

<style>
 a { background-color: #58965C; }

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

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

border-color css

<style>
 span { border-color: #58965C; }

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

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