Html Css Color HEX #59975D Fruit Salad

📋 copy color: '#59975D'

red 89 ◦ green 151 ◦ blue 93

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

Shades of Fruit Salad #59975D

Tints of Fruit Salad #59975D

RGB

 RED value IS 89 (35.16% from 255) = 26.73%

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

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

R = 26.73%
G = 45.35%
B = 27.93%

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

#59975D (or 0x59975D) is known color: Fruit Salad. HEX triplet: 59, 97 and 5D. RGB value is (89,151,93). Sum of RGB (Red+Green+Blue) = 89+151+93=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #59975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59975D is #A668A2. Grayscale: #7E7E7E. Windows color (decimal): -10905763 or 6133593. OLE color: 6133593.

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

Color convert

RGB 89 151 93 -
CMYK 0.41 0 0.38 0.41
HSL 123.87º 0.26% 0.47% -
HSV(B) 123.87º 0.41% 0.59% -
XYZ 17.16 25.05 14.29 -
YUV 125.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 89 151 93 0.41 0 0.38 0.41 123.87 0.26 0.47
Hex 59 97 5D 29 0 26 29 7C 1A 2F
Octal 131 227 135 51 0 46 51 174 32 57
Binary 1011001 10010111 1011101 101001 0 100110 101001 1111100 11010 101111

Color Harmonies of #59975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59975D

Black with #59975D

Text Example


Text Example

White with #59975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,151,93); }

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

background-color css

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

 a { background-color: rgb(89,151,93); }

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

border-color css

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

 span { border-color: rgb(89,151,93); }

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