Html Css Color HEX #56A047 Fruit Salad

📋 copy color: '#56A047'

red 86 ◦ green 160 ◦ blue 71

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

Shades of Fruit Salad #56A047

Tints of Fruit Salad #56A047

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.47%

 BLUE value IS 71 (28.13% from 255) = 22.4%

R = 27.13%
G = 50.47%
B = 22.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#56A047 (or 0x56A047) is known color: Fruit Salad. HEX triplet: 56, A0 and 47. RGB value is (86,160,71). Sum of RGB (Red+Green+Blue) = 86+160+71=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #56A047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A047 is #A95FB8. Grayscale: #808080. Windows color (decimal): -11100089 or 4694102. OLE color: 4694102.

HSL color Cylindrical-coordinate representation of color #56A047: hue angle of 109.89º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56A047 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 160 71 -
CMYK 0.46 0 0.56 0.37
HSL 109.89º 0.39% 0.45% -
HSV(B) 109.89º 0.56% 0.63% -
XYZ 17.55 27.57 10.36 -
YUV 127.73 95.98 98.24 -
System Red Green Blue C M Y K H S L
Decimal 86 160 71 0.46 0 0.56 0.37 109.89 0.39 0.45
Hex 56 A0 47 2E 0 38 25 6E 27 2D
Octal 126 240 107 56 0 70 45 156 47 55
Binary 1010110 10100000 1000111 101110 0 111000 100101 1101110 100111 101101

Color Harmonies of #56A047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A047

Black with #56A047

Text Example


Text Example

White with #56A047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A047; }

 p { color: rgb(86,160,71); }

 H1.HeaderClassName
 {
   color: #56A047;
 }
 .AnyTagClassName
 {
   color: #56A047;
 }
</style>

background-color css

<style>
 a { background-color: #56A047; }

 a { background-color: rgb(86,160,71); }

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

border-color css

<style>
 span { border-color: #56A047; }

 span { border-color: rgb(86,160,71); }

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