Html Css Color HEX #56955C Fruit Salad

📋 copy color: '#56955C'

red 86 ◦ green 149 ◦ blue 92

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

Shades of Fruit Salad #56955C

Tints of Fruit Salad #56955C

RGB

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

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

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

R = 26.3%
G = 45.57%
B = 28.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#56955C (or 0x56955C) is known color: Fruit Salad. HEX triplet: 56, 95 and 5C. RGB value is (86,149,92). Sum of RGB (Red+Green+Blue) = 86+149+92=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #56955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56955C is #A96AA3. Grayscale: #7B7B7B. Windows color (decimal): -11102884 or 6067542. OLE color: 6067542.

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

Color convert

RGB 86 149 92 -
CMYK 0.42 0 0.38 0.42
HSL 125.71º 0.27% 0.46% -
HSV(B) 125.71º 0.42% 0.58% -
XYZ 16.52 24.25 13.93 -
YUV 123.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 86 149 92 0.42 0 0.38 0.42 125.71 0.27 0.46
Hex 56 95 5C 2A 0 26 2A 7E 1B 2E
Octal 126 225 134 52 0 46 52 176 33 56
Binary 1010110 10010101 1011100 101010 0 100110 101010 1111110 11011 101110

Color Harmonies of #56955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56955C

Black with #56955C

Text Example


Text Example

White with #56955C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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