Html Css Color HEX #56995C Fruit Salad

📋 copy color: '#56995C'

red 86 ◦ green 153 ◦ blue 92

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

Shades of Fruit Salad #56995C

Tints of Fruit Salad #56995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.22%

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

R = 25.98%
G = 46.22%
B = 27.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#56995C (or 0x56995C) is known color: Fruit Salad. HEX triplet: 56, 99 and 5C. RGB value is (86,153,92). Sum of RGB (Red+Green+Blue) = 86+153+92=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #56995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56995C is #A966A3. Grayscale: #7E7E7E. Windows color (decimal): -11101860 or 6068566. OLE color: 6068566.

HSL color Cylindrical-coordinate representation of color #56995C: hue angle of 125.37º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56995C is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 153 92 -
CMYK 0.44 0 0.40 0.4
HSL 125.37º 0.28% 0.47% -
HSV(B) 125.37º 0.44% 0.6% -
XYZ 17.16 25.53 14.15 -
YUV 126.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 86 153 92 0.44 0 0.40 0.4 125.37 0.28 0.47
Hex 56 99 5C 2C 0 28 28 7D 1C 2F
Octal 126 231 134 54 0 50 50 175 34 57
Binary 1010110 10011001 1011100 101100 0 101000 101000 1111101 11100 101111

Color Harmonies of #56995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56995C

Black with #56995C

Text Example


Text Example

White with #56995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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