Html Css Color HEX #58965D Fruit Salad

📋 copy color: '#58965D'

red 88 ◦ green 150 ◦ blue 93

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

Shades of Fruit Salad #58965D

Tints of Fruit Salad #58965D

RGB

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

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

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

R = 26.59%
G = 45.32%
B = 28.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#58965D (or 0x58965D) is known color: Fruit Salad. HEX triplet: 58, 96 and 5D. RGB value is (88,150,93). Sum of RGB (Red+Green+Blue) = 88+150+93=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #58965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58965D is #A769A2. Grayscale: #7D7D7D. Windows color (decimal): -10971555 or 6133336. OLE color: 6133336.

HSL color Cylindrical-coordinate representation of color #58965D: hue angle of 124.84º 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 #58965D is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 150 93 -
CMYK 0.41 0 0.38 0.41
HSL 124.84º 0.26% 0.47% -
HSV(B) 124.84º 0.41% 0.59% -
XYZ 16.91 24.68 14.23 -
YUV 124.96 109.96 101.63 -
System Red Green Blue C M Y K H S L
Decimal 88 150 93 0.41 0 0.38 0.41 124.84 0.26 0.47
Hex 58 96 5D 29 0 26 29 7D 1A 2F
Octal 130 226 135 51 0 46 51 175 32 57
Binary 1011000 10010110 1011101 101001 0 100110 101001 1111101 11010 101111

Color Harmonies of #58965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58965D

Black with #58965D

Text Example


Text Example

White with #58965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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