Html Css Color HEX #56955E Fruit Salad

📋 copy color: '#56955E'

red 86 ◦ green 149 ◦ blue 94

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

Shades of Fruit Salad #56955E

Tints of Fruit Salad #56955E

RGB

 RED value IS 86 (33.98% from 255) = 26.14%

 GREEN value IS 149 (58.59% from 255) = 45.29%

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

R = 26.14%
G = 45.29%
B = 28.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#56955E (or 0x56955E) is known color: Fruit Salad. HEX triplet: 56, 95 and 5E. RGB value is (86,149,94). Sum of RGB (Red+Green+Blue) = 86+149+94=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #56955E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56955E is #A96AA1. Grayscale: #7C7C7C. Windows color (decimal): -11102882 or 6198614. OLE color: 6198614.

HSL color Cylindrical-coordinate representation of color #56955E: hue angle of 127.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56955E is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 149 94 -
CMYK 0.42 0 0.37 0.42
HSL 127.62º 0.27% 0.46% -
HSV(B) 127.62º 0.42% 0.58% -
XYZ 16.61 24.28 14.4 -
YUV 123.89 111.13 100.97 -
System Red Green Blue C M Y K H S L
Decimal 86 149 94 0.42 0 0.37 0.42 127.62 0.27 0.46
Hex 56 95 5E 2A 0 25 2A 80 1B 2E
Octal 126 225 136 52 0 45 52 200 33 56
Binary 1010110 10010101 1011110 101010 0 100101 101010 10000000 11011 101110

Color Harmonies of #56955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56955E

Black with #56955E

Text Example


Text Example

White with #56955E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,149,94); }

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

background-color css

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

 a { background-color: rgb(86,149,94); }

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

border-color css

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

 span { border-color: rgb(86,149,94); }

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